Feature List/en: Unterschied zwischen den Versionen

Aus Ethersex_Wiki
Wechseln zu: Navigation, Suche
K (hat „Feature Liste/en“ nach „Feature List/en“ verschoben: correct english name)
K (Contact to external devices)
 
Zeile 56: Zeile 56:
 
* [[LCD]] (HD44780 and compatible)
 
* [[LCD]] (HD44780 and compatible)
 
* Philips [[dc3840 camera]] and [[MCA25]] mobile cam
 
* Philips [[dc3840 camera]] and [[MCA25]] mobile cam
* [[Stella Light]] (PWM up to 8 cannel)
+
* [[Stella Light]] (PWM up to 16 cannels)
 
* read data from Senertec [[Dachs_MSR1_auslesen|Dachs MSR1]]
 
* read data from Senertec [[Dachs_MSR1_auslesen|Dachs MSR1]]
 
* [[SMS]]
 
* [[SMS]]

Aktuelle Version vom 22. Februar 2011, 04:28 Uhr

The (most important) features of Ethersex ...

Network connection

The Ethersex firmware makes it possible to talk via IP to several interfaces. The Options can be combinded, eg. Ethersex can connect to hardware running ethernet or radio protocols like RFM12.

  • Ethernet (ENC28J60) incl. IEEE 802.1q (VLANs)
  • USB
  • RFM12 (radio transmission at 433 MHz ISM-Band)
  • ZBUS

OpenVPN encrypted and authenticated communication is also supported.

Interaction with user

During runtime Ethersex can by controlled via ECMD (Ethernet Command). The name is historic, since the source of the commands can be radio or other ways of communication. Eg. ECMD allows to set specific Pins, change IP addresses, start sub functions and much more.

  • HTTP-Server (acces to files and ECMD)
  • Text-based (similar like Telnet, either TCP/IP or UDP/IP)
  • serielle interface
  • I2C-Bus
  • via Jabber/XMPP
  • via IRC

An (incompleate) list of supported commands is the Ecmd Reference.

The HTTP-Server delivers files time in flash ROM of the micro controller, saved on dataflash IC or SD-Card. By the helf of some JavaScript it is easy to create powerfull dynamic web pages. Details at HTTPD

Supported network protocols

  • TCP/IP, UDP/IP and ICMP
  • BOOTP (fits better than the successor DHCP, and most DHCP-Servers support BOOTP)
  • TFTP (Upload of files to Dataflash IC)
  • SYSLOG
  • SNMP
  • SMTP (E-Mail-send)
  • NTP (Client and Server)
  • DNS
  • mDNS (Avahi)
  • DynDNS
  • MySQL (Client)
  • IRC (Client)
  • MPD (Music Player Daemon; simple control)
  • SOAP/XMLRPC
  • UPnP

Contact to external devices

Misc

Feature requests