Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szymon423/gardenio
Server for Inteli Garden
https://github.com/szymon423/gardenio
iot modbus mqtt raspberry-pi serial
Last synced: 2 months ago
JSON representation
Server for Inteli Garden
- Host: GitHub
- URL: https://github.com/szymon423/gardenio
- Owner: Szymon423
- Created: 2023-09-07T15:16:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T22:22:37.000Z (about 1 year ago)
- Last Synced: 2023-11-10T07:15:43.912Z (about 1 year ago)
- Topics: iot, modbus, mqtt, raspberry-pi, serial
- Language: C++
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GardenIO server
## Compilation
to compile there are few steps to proceed
### At first lounch You have to create docker image. Go ./Docker folder and run
```sh
docker build --tag armhf-compiler-image .
```### Clone essential repos
```sh
cd external
```
```sh
git clone https://github.com/nlohmann/json.git
```
```sh
git clone https://github.com/gabime/spdlog.git
```### To Run Docker container use:
If you're running this from WSL use:
```sh
./runDocker.sh -w
```
If you're running this on Linux use
```sh
./runDocker.sh
```### Run:
To compile in release mode use:
```sh
./makeArm.sh
```
In debug:
```sh
./makeArm.sh -d
```### And to exit:
```sh
exit
```## Deploy
Run:
```sh
fab -H 192.168.0.203 Install
```