Hobby project with the goal to provide a similar functionality as xinetd via an Arduino and a WIZnet W6100 Ethernet connection, i.e. the implementation of very simple protocols.

Marek Küthe ff19e9d698 add support for arduino mkr zero пре 1 година
lib 7f852f4c9d update deps пре 1 година
src 73f57b672b update deps пре 1 година
.gitignore 73f57b672b update deps пре 1 година
.gitmodules 736de87adf initial commit пре 1 година
InternetDaemonArduino.cppcheck e79dbcfadf update libs пре 1 година
LICENSE b40865cc47 Initial commit пре 1 година
Makefile 70e83a458c improve code пре 1 година
README.md 73f57b672b update deps пре 1 година
platformio.ini ff19e9d698 add support for arduino mkr zero пре 1 година

README.md

Internet daemon for Arduino

Hobby project with the goal to provide a similar functionality as xinetd via an Arduino and a WIZnet W6100 Ethernet connection, i.e. the implementation of very simple protocols.

Currently the following services are implemented:

  • UDP Echo Server on port 7
  • TCP Echo Server on port 7

The services are available over IPv4 and IPv6.