Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/oatpp/example-iot-hue-ssdp
Oat++ Example to emulate a Hue bridge using SSDP and HTTP
https://github.com/oatpp/example-iot-hue-ssdp
update to the latest oatpp API version.
4c55151e9dbf8f5c5aab3b62a5ad749ed2789561 authored over 3 years ago
4c55151e9dbf8f5c5aab3b62a5ad749ed2789561 authored over 3 years ago
Merge branch 'master' of github.com:oatpp/example-iot-hue-ssdp
d009d9c83130a5f3ed803273a56029658138ac41 authored over 3 years ago
d009d9c83130a5f3ed803273a56029658138ac41 authored over 3 years ago
update to the latest oatpp API version.
7920c450541289eb68c20ad83c221ddad8c0dc57 authored over 3 years ago
7920c450541289eb68c20ad83c221ddad8c0dc57 authored over 3 years ago
Fixed wrong default values on startup and a major bug with device-ordering in `/api/{username}/lights` that confuses Alexa sometimes.
Also reduced the length of `uniqueid` on 64bit systems to 12byte. Gen4 Alexa seems to have proble...
0ed8241a977ad234d7817a57cdd31681c134c3d1 authored about 4 years ago
Updated README.md with some notes to the example.
51e9b84257435317b608fa0eba3206d128c9e8fd authored about 4 years ago
51e9b84257435317b608fa0eba3206d128c9e8fd authored about 4 years ago
Extended API to support ct values and fix a list of bugs:
## controller/HueDeviceController.hpp
- Added `<serviceList>` to `description.xml` to explicit...
0fbfc400d13b6a1a03ea33dd0d00e17d39d2eaa9 authored about 4 years ago
Update to the latest oatpp version.
ce533b6764b334c61a0347d1e176851913dde9bc authored about 4 years ago
ce533b6764b334c61a0347d1e176851913dde9bc authored about 4 years ago
Update connection provider to use IPv4
ef54b44f52dfefa02674dd94abdd5774cc0024a8 authored over 4 years ago
ef54b44f52dfefa02674dd94abdd5774cc0024a8 authored over 4 years ago
Update to the latest oatpp version.
fe07354b7495ffd3536c0fe499464acc32419896 authored over 4 years ago
fe07354b7495ffd3536c0fe499464acc32419896 authored over 4 years ago
Update README.md
e0cc4fa9a30eadaef61b1201a96e30f35756a8ff authored over 4 years ago
e0cc4fa9a30eadaef61b1201a96e30f35756a8ff authored over 4 years ago
Update README.md
c07a8fc1630f3b285430c7688f8baa83fa927c18 authored over 4 years ago
c07a8fc1630f3b285430c7688f8baa83fa927c18 authored over 4 years ago
Update README.md
c505919d266b81ae06e13b865a9b5bebe06afdb2 authored over 4 years ago
c505919d266b81ae06e13b865a9b5bebe06afdb2 authored over 4 years ago
Update README.md
82137082291ad2256661aa455f65a4288b8bd862 authored over 4 years ago
82137082291ad2256661aa455f65a4288b8bd862 authored over 4 years ago
Fix azure-pipelines.yml
51aa8df76dfc2f86c85862b2f0a1d6228fb8c69b authored over 4 years ago
51aa8df76dfc2f86c85862b2f0a1d6228fb8c69b authored over 4 years ago
Minor code cleanup. Fix alpine build.
7cb5278d67309bb03b0d182df231305ed2e21571 authored over 4 years ago
7cb5278d67309bb03b0d182df231305ed2e21571 authored over 4 years ago
Added example Dockerfile and azure-pipelines.yml
7faa90a305d01f45fa9f300cbbef3ee4fefffc25 authored over 4 years ago
7faa90a305d01f45fa9f300cbbef3ee4fefffc25 authored over 4 years ago
Finalised the documentation and improved some details
c6eeb04b5ff95160e0f8af29213c1da62e8e6d53 authored over 4 years ago
c6eeb04b5ff95160e0f8af29213c1da62e8e6d53 authored over 4 years ago
Rebased on last `oatpp-ssdp` version
3132c10411347887710e3362f8bac9a03a3a793e authored over 4 years ago
3132c10411347887710e3362f8bac9a03a3a793e authored over 4 years ago
Again adjust the name of the example, but this time to reflect the SSDP aspect
3a723786632cce4858e407b3aea8a23d614dc7ab authored over 4 years ago
3a723786632cce4858e407b3aea8a23d614dc7ab authored over 4 years ago
Merge branch 'master' into oatpp-ssdp
e7e0e2e1c1944fbb43e29d27546afea175df8b9c authored over 4 years ago
e7e0e2e1c1944fbb43e29d27546afea175df8b9c authored over 4 years ago
Add the install-module utility
32292bd7d90594da92ff9cd874b8d45b84730570 authored over 4 years ago
32292bd7d90594da92ff9cd874b8d45b84730570 authored over 4 years ago
Merge documentation from master and adapt it to the `oatpp-ssdp` module
a3b1fe17528ae440068b7a143bd933f8fddc570b authored over 4 years ago
a3b1fe17528ae440068b7a143bd933f8fddc570b authored over 4 years ago
Merge branch 'master' into oatpp-ssdp
# Conflicts:
# CMakeLists.txt
Rename cmake project and add more documentation
b6f1db6f20f4b89f8488f413fa42e226aa141f53 authored over 4 years ago
b6f1db6f20f4b89f8488f413fa42e226aa141f53 authored over 4 years ago
Rebase on oatpp-ssdp branch `udpssdpcombined`
59c86cba2949f0ee2a03dd56adbb9661b6e512b0 authored over 4 years ago
59c86cba2949f0ee2a03dd56adbb9661b6e512b0 authored over 4 years ago
Initial commit, rough on the edges, serious hacking left and right. But its working!
ToDo:
- Callbacks on state change
- A lot of cleanup
- Windows..?