https://github.com/embox/webthing-c
POSIX-compatible implementation of a Web Thing server
https://github.com/embox/webthing-c
Last synced: 17 days ago
JSON representation
POSIX-compatible implementation of a Web Thing server
- Host: GitHub
- URL: https://github.com/embox/webthing-c
- Owner: embox
- Created: 2020-04-15T09:49:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T11:12:12.000Z (about 6 years ago)
- Last Synced: 2025-10-29T14:42:19.374Z (9 months ago)
- Language: C
- Size: 53.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webthing-c
POSIX-compatible implementation in C of a Web Thing server
To install Web Thing gateway install packages as described on https://github.com/mozilla-iot/gateway
Then checkout gateway to a temporary folder
```
git clone https://github.com/mozilla-iot/gateway.git
```
and install it
```
cd gateway
./install.sh
```
gateway will be installed into `~/mozilla-iot/gateway` folder
Start gateway
```
cd ~/mozilla-iot/gateway
./run-app.sh
```
build webthings-c
install cjson (for archlinux) or libcjson (for ubuntu ubuntu) packet