0.30.0 • Published 6 months ago

remote-signal v0.30.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Remote Signal

This library provides a server and client for doing signaling(messaging) with peers that supports RemoteSignal.

Features

Signaling

  • pub/sub style multicast: by channel name.
  • uni-cast: one to one messaging by CID.
  • CID subscribing: subscribe one peer using CID.
  • CID: Communication Id.
  • HomeChannel: group by IP address.

Built-in Security

  • Authentication
  • Encryption
  • E2EE
  • thanks to the Boho [ github ]

Compatibility

  • Support Remote Signal Protocol.
  • Web browser use WebSocket.
  • Node.js use WebSocket or CongSocket.
  • Arduino use CongSocket.
  • No MQTT protocol support.

Remote Signal repositories.

  • Javascript: remote-signal [ github | npm ]
    • Node.js server
    • Node.js client ( WebSocket, CongSocket)
    • Web Browser client( WebSocket)
  • Arduino client:
    • remote-signal-arduino [ github ]
    • or use Arduino Library Manager: RemoteSignal
  • CLI program
    • remocon [ github | npm ]
    • install: sudo npm i -g remocon or npm i -g remocon
    • support mac, linux and windows.
    • server and client

License

This code is released under the MIT License.

0.21.0

7 months ago

0.20.0

7 months ago

0.19.0

7 months ago

0.30.0

6 months ago

0.29.0

6 months ago

0.28.0

6 months ago

0.27.0

6 months ago

0.26.1

6 months ago

0.26.0

6 months ago

0.25.0

7 months ago

0.24.0

7 months ago

0.23.0

7 months ago

0.22.0

7 months ago

0.21.1

7 months ago

0.18.0

7 months ago

0.17.0

8 months ago

0.11.0

11 months ago

0.12.0

11 months ago

0.13.0

11 months ago

0.14.0

10 months ago

0.14.1

10 months ago

0.16.0

8 months ago

0.15.1

8 months ago

0.15.2

8 months ago

0.15.3

8 months ago

0.10.0

11 months ago

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago