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

https://github.com/frzifus/rpic-server


https://github.com/frzifus/rpic-server

beginner-project golang learning protobuf3 raspberry-pi raspberry-pi-camera raspberry-pi-gpio tcp-server udp-client

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Info
This project was created for learning purposes.

# Source

##### golang:
```sh
go get [email protected]:Frzifus/rpic-server.git
```

##### ssh:
```sh
git clone [email protected]:Frzifus/rpic-server.git
```

##### https:
```sh
git clone https://github.com:Frzifus/rpic-server.git
```

# Building

You will need golang (1.6 or newer) and a golang protobuf.
Currently supported/tested are:
- Raspberry PI 2
##### Build => "./build/bin/":
```sh
make
```

# Test

Write output to ./build/log/test_[date].log
##### Run tests:
```sh
make test
```

##### Connection test with nc:
```sh
# listen
nc -l -p 4444
# send
cat ./test/vehicleY1000.bin | nc 127.0.0.1 4445
```

# Camera