Skip to content

Instantly share code, notes, and snippets.

View unixweb's full-sized avatar

Joachim Hummel unixweb

View GitHub Profile
@unixweb
unixweb / flow.json
Last active November 20, 2017 11:37
Satellite Tracking with Node-Red
[{"id":"3032c892.f64c88","type":"change","z":"714cf6f5.79bd2","name":"... to \"ISS\"","rules":[{"t":"set","p":"payload","pt":"flow","to":"ISS","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":435,"y":393,"wires":[[]]},{"id":"65fd3912.8c08f8","type":"inject","z":"714cf6f5.79bd2","name":"Set flow.payload ...","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":171,"y":392,"wires":[["3032c892.f64c88"]]},{"id":"6cca73f6.c2f5dc","type":"inject","z":"714cf6f5.79bd2","name":"Set flow.payload ...","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":168,"y":447,"wires":[["e4611412.f78248"]]},{"id":"e4611412.f78248","type":"change","z":"714cf6f5.79bd2","name":"... to \"AGGIESAT\"","rules":[{"t":"set","p":"payload","pt":"flow","to":"AGGIESAT","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":447,"y":448,"wires":[[]]},{"id":"368e42a7.a7ee3e","type":"change","z":"714cf6f5.79bd2","name":"... to \"CUBESAT\"
@unixweb
unixweb / main.py
Last active January 15, 2018 20:21
main.py for Google-Assistant AIY Project
#!/usr/bin/env python3
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@unixweb
unixweb / main.py
Created November 11, 2017 20:58 — forked from yodakohl/main.py
#!/usr/bin/env python3
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@unixweb
unixweb / assistant_library_with_local_commands_demo.py
Last active November 11, 2017 18:31 — forked from t1m0thyj/assistant_library_with_local_commands_demo.py
Custom src/main.py script for Google Assistant on Raspberry Pi
#!/usr/bin/env python3
# Copyright 2017 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software