Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```