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.