More succd into succbone subdirectory
This commit is contained in:
parent
519312605d
commit
1669b48dbd
9 changed files with 0 additions and 0 deletions
35
succbone/succd/README.md
Normal file
35
succbone/succd/README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
succd
|
||||
====
|
||||
|
||||
A little daemon for monitoring the SEM. This is a temporary solution that runs on a BeagleBone Enhanced (`succbone.lab`) and *SHOULD* be replaced with a proper PLC/SCADA system and general process control in the future.
|
||||
|
||||
Currently it monitors the state of the Pirani gauge via the BBE's builtin ADC.
|
||||
|
||||
Accessing at the lab
|
||||
---
|
||||
|
||||
Go to [succbone.lab.fa-fo.de](http://succbone.lab.fa-fo.de).
|
||||
|
||||
Known issues
|
||||
---
|
||||
|
||||
Sometimes the websocket doesn't connect. Refreshing the page a few times should fix it.
|
||||
|
||||
Running locally
|
||||
---
|
||||
|
||||
```
|
||||
$ go run . -fake
|
||||
```
|
||||
|
||||
Then point your browser to localhost:8080
|
||||
|
||||
Deploying on the succbone
|
||||
---
|
||||
|
||||
```
|
||||
$ ssh root@succbone systemctl stop succd
|
||||
$ GOARCH=arm go build .
|
||||
$ scp succd root@succbone:/usr/bin/succd
|
||||
$ ssh root@succbone systemctl start succd
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue