Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T14:38:47.000Z (about 7 years ago)
- Last Synced: 2024-10-12T19:29:55.231Z (3 months 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
[![CircleCI](https://circleci.com/gh/uiureo/lonely-client.svg?style=svg)](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 [email protected]:~/bin/
```run on device:
```
LONELY_DEVICE_TOKEN=token LONELY_SERVER_HOST=https://lonely.example.com /home/pi/bin/lonely run
```