cweiske / frontier-silicon-firmwares

Frontier silicon internet radio firmware binaries
52 stars 27 forks source link

Add link to FSAPI implementation #50

Closed stepo2 closed 7 months ago

stepo2 commented 7 months ago

Over at https://github.com/flammy/fsapi there is an (unfinished) PHP implementation of the FSAPI with a lot of reverse engineering. This can be used to retrieve (and SET) values on the Silicon Frontier devices.

For example curl http://<ip-of-device>/fsapi/GET/netRemote.sys.info.version?pin=1234 returns an XML response with the version. There are even endpoints regarding the firmware update.

A link or even information sharing between the two projects will help a lot of people I believe,

stepo2 commented 7 months ago

Oh sorry, I just saw that you already have some links to other, less incomplete implementations. Not sure if this one would be a good addition or not, then.

cweiske commented 7 months ago

The FSAPI documentation is the important thing in that repository. https://github.com/flammy/fsapi/blob/master/FSAPI.md

cweiske commented 7 months ago

I've added the link to the api docs.