1.0.4 • Published 5 years ago

awp-server v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

ArduinoWP.js (WIP):construction:

Arduino Web Port - fast & simple arduino-server-client connection library

Idea

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
    • 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
    • parse data in prefered units
    • special methods for sensors and actuators

Reasons

  1. Create fast & easy connection arduino-server-client
  2. Me and my friend need dyploma project to graduate :smirk: