Do they sell a fairly cheap device that generate sounds based on a trigger that's sent via network? I am thinking of writing a program that triggers a sound in another room when interesting event happens.
|
One possible way if a dedicated device is too expensive is a Raspberry Pi connected to a set of speakers. You could easily run some kind of program on the Pi that listens for a certain packet on a certain port. Specifically, a USB sound card or USB speakers on the Pi along with something like MPD. If all you need is one tone, it could be even simpler than that. |
|||||
|
|
If you have electronics skills, you might want to hack something with an Arduino and an Ethernet Shield. It should be possible to make a device that triggers a ringer or sound generator when a specific packet is received. |
|||||
|
|
Well, if the rooms arn't too far apart, get a cd rom drive and a wireless doorbell. Set up the doorbell such that the cd rom drive opening will trigger off the door bell, and have a script eject the cd drive, and set off the door bell. You could then trigger this off via some form of remote access (or maybe even iscsi). |
||||
|
|