Iac is a communication library enabling sending data-packets between processes, computers and microcontrollers. Packages can be sent over any connection type implementing basic read and writes.
The following connection types have builtin support:
- Internal Loopback (Communication between multiple nodes in one program)
- TCP-Sockets
- TCP-Sockets on NodeMCU microcontrollers