Skip to content

A Windows C# console application that acts as a server to coordinate announcements across multiple Raspberry Pi based intercom clients

License

Notifications You must be signed in to change notification settings

j-vaughn/AnnouncementSystem-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnnouncementSystem-Server

A Windows C# console application that acts as a server to coordinate announcements across multiple Raspberry Pi based intercom clients

Base URL: http://localhost:8888

Query string parameters:

k The key to access the server c What action you want the server to do t is the target intercom or intercom group name s is the announcement name a is the action to take for a command

Examples Play announcement FireEvac to intercom group Inside http://localhost:8888?k=7ujB8FxStG&c=Play&t=Inside&s=FireEvac

Stop all announcements everywhere http://localhost:8888?k=7ujB8FxStG&c=cmd&a=stopall

Stop all announcements on a particular intercom group http://localhost:8888?k=7ujB8FxStG&c=cmd&a=stop&t=Inside

About

A Windows C# console application that acts as a server to coordinate announcements across multiple Raspberry Pi based intercom clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages