https://github.com/uiur/lonely-client
client for lonely
https://github.com/uiur/lonely-client
Last synced: about 1 month ago
JSON representation
client for lonely
- Host: GitHub
- URL: https://github.com/uiur/lonely-client
- Owner: uiur
- Created: 2017-11-19T06:10:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T14:38:47.000Z (over 8 years ago)
- Last Synced: 2025-03-04T13:46:47.600Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 299 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lonely-client
[](https://circleci.com/gh/uiureo/lonely-client)
## raspberry pi
requirements:
```
sudo apt update && sudo apt install -y fswebcam
```
deploy:
```
make
scp build/linux_arm/lonely pi@pi.local:~/bin/
```
run on device:
```
LONELY_DEVICE_TOKEN=token LONELY_SERVER_HOST=https://lonely.example.com /home/pi/bin/lonely run
```