A collection of demonstrations on how to use the NetSpeaker's API (simple HTML files!)
Go to file
2024-03-30 14:51:30 +01:00
LICENSE Initial commit 2024-03-26 09:02:15 +00:00
README.md Added license texts 2024-03-30 14:51:30 +01:00
simpledemo.html Added license texts 2024-03-30 14:51:30 +01:00
simpledemo.png Added demo screenshot 2024-03-30 14:47:14 +01:00

NetSpeaker-API-Demo

A collection of demonstrations on how to use the NetSpeaker's API (simple HTML files!)

What's this?

The Netspeaker provides an API which is kind of described here. This repository contains example web pages which access this API with javascript to display information and change settings of the Netspeaker.

simpledemo.html

A demo hosting of simpledemo.html can be found here. Please note that the connection is insecure (HTTP only) as many modern browser's policies won't allow "mixed content" javascript requests. As the Netspeaker API is not SSL encrypted, theres no way to fix this issue other than by just serving the page the Javascript runs on only over HTTP.

This is how it looks like when you typed in the IP address / hostname of your Netspeaker:

Demo of simpledemo.html

License

The files in this repository are licensed under the GNU GPLv3-or-later. A copy of this license can be found in the LICENSE file.