Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.