Arduino Web Port - fast & simple arduino-server-client connection library
Create library that can:
- server side
- create listener of serialport using node serialport
- stream data from arduino board by serial port to client using socket.io
- log data to data base with
- listen to response from client on stream and send data to arduino board based on sent data
- client side
- trigger function when input data are valid to limits
- parse data in prefered units
- special methods for sensors
- Create fast & easy connection arduino-server-client
- Me and my friend need dyploma project to graduate 😏