This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEXT OF PILOT MESSAGE: December 8, 2014 | |
My cousin who was fired by our dictator, just before making "rank withheld", sent me information given to him by a friend, who is still an Air Force pilot. This pilot is saying that he flies CHEMTRAIL flights! | |
This pilot told my cousin that this global engineering effort, goes by the name of "Indigo Skyfold". At least within the circle of pilots and aviation crews, that he works with. They are told to fly specific routes, and satellite com links control the aerosol dispersal patterns. He says that they only make course corrections, from time to time, and perform landings and take-offs. Pilot, navigation and maintenance crews are rotated constantly, and only spend about 18 months at one given base. He states, that is to keep pilots and their families from making too many friends, and ending up with "Loose Lips". Plus, they also rotate between day and night flights. One base for daytime flights, and one for night. Each base covers a 250 mile zone, and each fleet (squadro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Response> | |
<Say>Hello Octoblu.</Say> | |
</Response> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uint32_t MAX_BEAN_SLEEP = 4294967295; | |
int TIMEOUT = 2000; | |
int lastClick = 0; | |
int maxAccel = 0; | |
void wakeup(){ | |
lastClick = millis(); | |
maxAccel = 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#start demo script | |
/usr/local/bin/node /home/pi/synergy-geekspeak-demo/app.js & | |
#fadecandy set up | |
cd /home/pi/fadecandy/bin && ./fcserver-rpi & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// First function node | |
msg.payload = { | |
"servo": "PWM0", | |
"value": 180, | |
"speed": 1000 | |
}; | |
return msg; | |
// Second function node | |
msg.payload = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
cat package.json | jq '.version' | |
npm install [email protected] --save | |
NEW_VERSION=`bump | grep '=>' | awk '{print $3}'` | |
git add . | |
git commit -m "$NEW_VERSION use meshblu with ratelimit problem" | |
git tag $NEW_VERSION | |
git push --tags | |
git push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launchctl unload /Library/LaunchAgents/com.octoblu.GatebluService.plist | |
cd ~/Library/Application\ Support/GatebluService/devices | |
cd $(grep -l meshblu-beacon */package.json | xargs -L 1 dirname | head -1) | |
DEBUG=meshblu-beacon* npm start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Library/Application\ Support/GatebluService/tmp | |
npm install meshblu-device-discoverer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Bridge.h> | |
#include <YunClient.h> | |
#include "tentacle-build.h" | |
#include <SoftwareSerial.h> | |
#define tentacleServer "tentacle.octoblu.com" | |
#define meshbluServer "meshblu.octoblu.com" | |
#define port 80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- https://raw.githubusercontent.com/octoblu/gateblu-android/master/app/src/main/java/com/octoblu/gateblu/WebViewDevice.java --> | |
<html> | |
<script src="https://cdn.octoblu.com/js/meshblu/latest/meshblu.bundle.js"></script> | |
<script> | |
var meshbluConn = meshblu.createConnection(meshbluJSON); | |
meshbluConn.once('ready', function(){ | |
console.log('Connected to meshblu'); | |
conn.on('message', function(message){ | |
console.log('on message', message); |
OlderNewer