sp-socket

0.0.5 • Public • Published

sp-socket

This program communicates with the serialport using the socket.io. It is possible to communicate with one serialport in one socket.io name. Therefore, use multiple socket.io in browser, it is possible to communicate with multiple serialport. Browser's program is refer to jquery.sp_connector.js.

install

 npm install sp-socket

Please refer to serialport install.

How to use

var sp_socket = require('sp-socket');
var sp = new sp_socket(listen_port, socket_name, max_socket, socket_options);
  • socket.io's listen port.

  • socket.io's name

  • socket_name0 ... socket_nameX (X = max_socket - 1)

  • Please refer to socket.io. Also this program's 'log level' equal socket.io's 'log level'.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i sp-socket

Weekly Downloads

5

Version

0.0.5

License

MIT

Last publish

Collaborators

  • dimros