This is an implementation of the Frontier Silicon API (FsAPI) for .NET applications. FsAPI is used to remote control Internet / WLAN radios by Frontier Silicon
This library is used to create a remote control application for Windows (RadioRemote) similar to the Android or iOS ones.
Caution: So far, this libary has only been tested with an Dual IR6 device and Sangean WFR-29C
var client = new Client(location);
var session = await client.CreateSession(pin);
var modes = client.GetRadioModes();
await client.SetVolume(10);