jglazko / thing-url-adapter

Proxy adapter for WoT API endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thing-url-adapter

This is an adapter add-on for the Mozilla WebThings Gateway that allows a user to discover native web things on their network.

Notes

If you're trying to MANUALLY add a server (e.g. if mDNS discovery isn't working) that contains multiple web things, i.e. the "multiple-things" examples from the webthing-python, webthing-node, or webthing-java libraries, you'll have to add them individually. You can do so by addressing them numerically, i.e. http://myserver.local:8888/0 and http://myserver.local:8888/1.

About

Proxy adapter for WoT API endpoints

License:Mozilla Public License 2.0


Languages

Language:JavaScript 98.6%Language:Shell 1.4%