Project
Reverse Dependencies for belphanior-servant
The projects listed here declare belphanior-servant as a runtime or development dependency
0.0
The Belphanior 2412n servant interfaces to a Smarthome 2412n SmartLinc controller
(http://www.smarthome.com/2412N/SmartLinc-INSTEON-Central-Controller/p.aspx). It can
be used to send commands directly to the controller to switch lights and appliances
on and off and control brightness and intensity.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Watches a specified iCal-format calendar for events. When the time
for an event comes, sends the name of the event to a servant that
supports the "commandable" role
(http://belphanior.net/roles/commandable/v1).
For example, say you have an iCal at www.foo.com/calendar that has an entry
named "wake me up" at 10AM today. If you have a servant at 127.0.0.1:3000
that supports "commandable" and understands the "wake me up" command,
you could run the calendar_watcher_servant with a servant_config file
that looks as follows:
{
"ip":"127.0.0.1",
"port":"4000",
"calendar url":"http://www.foo.com/calendar"
"servant url":"http://127.0.0.1:3000"
"update seconds":"60"
}
With this configuration, the calendar watcher servant will check the
calendar every 60 seconds for new events. When it checks after 10AM,
it will discover the "wake me up" event and send it to the servant at
127.0.0.1:3000.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Belphanior speech servant outputs speech to attached audio hardware using the 'espeak' command-line tool. To use,
* Create a "servant_config" file specifying the host IP and port using the following JSON:
{"ip":"127.0.0.1","port":3000}
* run bin/belphanior_speech_servant.
* Connect to the servant at http://127.0.0.1:3000 to learn more. Your Belphanior butler can connect
to the servant at http://127.0.0.1:3000/protocol
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Belphanior time servant reports the current time on the machine running it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity