0.1.0 • Published 4 years ago

@osrf/romi-js-soss-transport v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

About

Transport for RoMi-js using SOSS.

Due to the limitations of SOSS some features are not support.

  • QoS options
  • Hosting a service

Usage

This is bundled as an umd package, the simpliest way to use it would be to include it as a script in your html.

<script src="romi-js-soss-transport.js"></script>

This will add a romi global to the page, you can then get a transport like so.

const transport = await romi.SossTransport.connect(name, url, token);
0.1.0

4 years ago

0.0.2-alpha.4

4 years ago

0.0.2-alpha.2

4 years ago

0.0.2-alpha.3

4 years ago

0.0.2-alpha.1

4 years ago

0.0.2-alpha.0

4 years ago

0.0.1

4 years ago