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 il y a 1 an
lib 7f852f4c9d update deps il y a 1 an
src 73f57b672b update deps il y a 1 an
.gitignore 73f57b672b update deps il y a 1 an
.gitmodules 736de87adf initial commit il y a 1 an
InternetDaemonArduino.cppcheck e79dbcfadf update libs il y a 1 an
LICENSE b40865cc47 Initial commit il y a 1 an
Makefile 70e83a458c improve code il y a 1 an
README.md 73f57b672b update deps il y a 1 an
platformio.ini ff19e9d698 add support for arduino mkr zero il y a 1 an

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.