Chat Server using Arduino

Chat Server Using Arduino

A simple server that distributes any incoming messages to all connected clients. To use, open a terminal window, telnet to your devices IP address, and type away. Any incoming text will be sent to all connected clients (including the one typing). Additionally, you will be able to see the client’s input in your serial monitor […]

Chat Server Using Arduino Continue Reading