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
- Host: GitHub
- URL: https://github.com/frzifus/rpic-server
- Owner: frzifus
- License: gpl-3.0
- Created: 2017-09-28T22:58:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T23:07:14.000Z (over 7 years ago)
- Last Synced: 2025-02-24T08:39:26.256Z (2 months ago)
- Topics: beginner-project, golang, learning, protobuf3, raspberry-pi, raspberry-pi-camera, raspberry-pi-gpio, tcp-server, udp-client
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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