Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttu/mono-raspberry-app
Flighdata service and Raspberry PI test. C# (Mono), NancyFx, SignalR, Redis, ZeroMQ, ProtoBuf, Raspberry GPIO
https://github.com/ttu/mono-raspberry-app
csharp mono nancy protobuf redis signalr zeromq
Last synced: 23 days ago
JSON representation
Flighdata service and Raspberry PI test. C# (Mono), NancyFx, SignalR, Redis, ZeroMQ, ProtoBuf, Raspberry GPIO
- Host: GitHub
- URL: https://github.com/ttu/mono-raspberry-app
- Owner: ttu
- License: gpl-3.0
- Created: 2014-08-17T08:31:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T14:25:55.000Z (about 10 years ago)
- Last Synced: 2023-03-11T18:18:40.158Z (over 1 year ago)
- Topics: csharp, mono, nancy, protobuf, redis, signalr, zeromq
- Language: JavaScript
- Homepage:
- Size: 922 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mono + Raspberry Pi
Testing Mono with Linux and Raspberry Pi
### Nancy Self Host
Self hosting (OWIN) Nancy web service with SignalR communication.
#### Flight Data Handler
Gets flights data from flightradar24 and shows flights near users location (same functionality as in Windows Phone App project).
#### Flight Data Handler Service
Flight Data Handler as a self hosting service. User ZeroMQ for communication and ProtoBuf for serialization.
#### Raspberry IO
Control IO ports from Raspberry. Basically blink leds etc.
#### Redis Datastorage
Store JSON and serialize objects.