Skip to content

frzifus/rpic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

This project was created for learning purposes.

Source

golang:
go get git@github.com:Frzifus/rpic-server.git
ssh:
git clone git@github.com:Frzifus/rpic-server.git
https:
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/":
make

Test

Write output to ./build/log/test_[date].log

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

Camera