SkillAgentSearch skills...

FsApi

Frontier Silicon API for .NET

Install / Use

/learn @z1c0/FsApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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);
View on GitHub
GitHub Stars23
CategoryDevelopment
Updated1mo ago
Forks6

Languages

C#

Security Score

90/100

Audited on Feb 21, 2026

No findings