Skip to content

tichachm/FsApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FsAPI Portable Class Library

Frontier Silicon API for .NET

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

Usage:

var client = new Client(location);
var session = await client.CreateSession(pin);
var modes = client.GetRadioModes();
await client.SetVolume(10);

About

Frontier Silicon API for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%