Software Links » History » Version 3
Hammel, 07 Jul 2017 11:37
1 | 1 | Hammel | h1. Software Links |
---|---|---|---|
2 | |||
3 | * "Alexa Voice Service":https://developer.amazon.com/appsandservices/solutions/alexa/alexa-voice-service from Amazon |
||
4 | 3 | Hammel | * "Awesome IoT":https://github.com/phodal/awesome-iot - links to lots of other stuff |
5 | 2 | Hammel | |
6 | h2. AI |
||
7 | |||
8 | * "Tensor Flow":https://www.tensorflow.org/ is an open source deep learning tool that might be useful for automated monitoring systems. |
||
9 | 1 | Hammel | * "Theono":http://deeplearning.net/software/theano/ is also for deep learning, but is math oriented more than task oriented. It's easier to get started with Tensor Flow. |
10 | 3 | Hammel | |
11 | h2. Protocols |
||
12 | |||
13 | * "Advanced Message Queuing Protocol":https://www.amqp.org/ (AMQP) |
||
14 | * "Constrained Application Protocol":http://coap.technology/ (CoAP) - see microcoap for Arduino |
||
15 | * "Extensible Messaging and Presence Protocol":http://xmpp.org/about-xmpp/history/ (XMPP) |
||
16 | * "OASIS Message Queuing Telemetry Transport":https://www.oasis-open.org/news/pr/oasis-members-to-advance-mqtt-standard-for-m2m-iot-reliable-messaging (MQTT) |
||
17 | * "Very Simple Control Protocol":http://www.vscp.org/ (VSCP) |
||
18 | * "OpenWSN":https://openwsn.atlassian.net/wiki/ - repository for open-source implementations of protocol stacks based on Internet of Things standards, using a variety of hardware and software platforms. |
||
19 | |||
20 | h2. OS |
||
21 | |||
22 | * "ARM mbed":http://mbed.org/ |
||
23 | * "Contiki":http://www.contiki-os.org/ |
||
24 | * "Spark":http://spark.github.io/ |
||
25 | * "RIOT":https://openwsn.atlassian.net/wiki/ - alternative to Arduino with CoAP included |
||
26 | |||
27 | h2. APIs |
||
28 | |||
29 | * "Qeo Tinq":https://github.com/brunodebus/tinq-core |
||
30 | |||
31 | h2. Home Automation |
||
32 | |||
33 | * "PrivateEyePi":http://projects.privateeyepi.com/ - General home automation using Raspberry Pi |
||
34 | * "RaZberry":http://razberry.z-wave.me/ - Using Raspberry Pi with Z-Wave devices |
||
35 | * "OpenHAB":http://www.openhab.org/ |
||
36 | * "Home Assistant":https://home-assistant.io/ |