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

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.