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

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.