The raspberry pi – building an internet radio

Post on 27-May-2015

3.316 views 2 download

Tags:

description

Walking you through building an Internet Radio application with Mono C# and VistaDB on the Raspberry Pi.

Transcript of The raspberry pi – building an internet radio

The Raspberry Pi – Building an Internet Radio

Gary ShortHead of Gibraltar Labs

@garyshort

Who the Hell’s this Guy?

• Gary Short• Head of Gibraltar Labs– Skunk works division of Gibraltar Software

• Social Network Analysis and Computational Linguistics research

• @garyshort• Facebook.com/theothergaryshort• gary.short@gibraltarsoftware.com

We Need a Repository of Radio Streams…

And we Need a way of Playing them…

apt-get install mplayer…

Do the Simplest Thing that Works…

And Check that it Does …

So Now we Need a “UI”…

apt-get install mono-complete…

On your Dev. Machine Code the App…

Main() Method…

GetData() Method…

BuildMenu() Method…

PlayStation() Method…

Run it in Visual Studio to Test…

Open WinSCP…

And drag across the .exe, the DB file, and the VistaDB DLL…

Run the Exe on the Pi…

You’re Done!