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
flowId: 93534f2b-0b0b-4d65-a1e6-e8d278e73c8e | |
instanceId: c666e846-b139-4402-b645-eb76de0f07ad | |
flowId: e498fa3b-ef2c-466c-a4b9-8536d6c1524b | |
instanceId: 52fdb5e6-9330-4292-b333-5920dacc3ee3 | |
flowId: d5f84846-aaf7-4427-bb5d-d2eaeae3d34d | |
instanceId: a5c62cfb-7c1b-4ea0-8566-22ef159fae3d |
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
baudio = require 'baudio' | |
class SoundEmitter | |
constructor: ({@baudRate, @channelHz, @channelWidth}) -> | |
@b = baudio @getAudio | |
@lastCharTime = Date.now() | |
getAudio: (time) => | |
@getBaseAudio time |
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
{ | |
"devices": [ | |
"a039c674-c8e8-4bc9-a533-ca5cb5e67418" | |
], | |
"payload": 1458588421117, | |
"topic": "flow", | |
"fromUuid": "1ae36f0a-be5f-453a-8ae9-133f471c6f4e" | |
} |
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
SendMessage->DeliverMessageSent: devices: B, fromUuid: A | |
SendMessage->DeliverMessageReceived: toUuid: B, fromUuid: A | |
DeliverMessageReceived->DeliverSubscriptionMessageReceived: toUuid: B, fromUuid: B | |
DeliverSubscriptionMessageReceived->DeliverSubscriptionMessageReceived: toUuid: C, fromuUid: B | |
DeliverSubscriptionMessageReceived->DeliverSubscriptionMessageReceived: toUuid: D, fromUuid: C |
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
async = require 'async' | |
MeshbluConfig = require 'meshblu-config' | |
MeshbluXMPP = require 'meshblu-xmpp' | |
TARGET_UUID = 'c571e559-0cab-445a-bc3e-e4f9247f805b' | |
class Command | |
panic: (error) => | |
console.error error.stack | |
process.exit 1 |
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
FROM rabbitmq:3-management | |
RUN echo '[ \ | |
{rabbit, [{auth_backends, [rabbit_auth_backend_http]}]}, \ | |
{rabbitmq_amqp1_0, [{default_user, none},{default_vhost, <<"/">>},{protocol_strict_mode, false}]}, \ | |
{rabbitmq_auth_backend_http, \ | |
[{user_path, "http://192.168.99.1:3005/user"}, \ | |
{vhost_path, "http://192.168.99.1:3005/vhost"}, \ | |
{resource_path, "http://192.168.99.1:3005/resource"}]} \ | |
].' > /etc/rabbitmq/rabbitmq.config |
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
docker run -d --name requestbin_redis redis | |
docker run -d --name request -p :80 --link requestbin_redis:redis -e REDIS_URL=redis://redis:6379/0 crccheck/requestbin |
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
{ | |
"meshblu": { | |
"schemas": { | |
"configure": [ | |
{ | |
"title": "YoAge", | |
"type": "object", | |
"properties": { | |
"firstName": { | |
"type": "string" |
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
{ | |
"type": "device:v2", | |
"meshblu": { | |
"updatedAt": "2016-04-14T14:08:23-07:00", | |
"hash": "m+ijSqpY09mvVW8Kj4WIpyFHBlTzQORLOnMiQkv1S14=" | |
}, | |
"schemas": { | |
"v1.0.0": { | |
"messages": [ | |
{ |
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
{ | |
"schemas": { | |
"version": "2.0.0", | |
"form": { | |
"configure": { | |
"my-default": { | |
"angular": { | |
"$ref": "http://somewhere/over/the/rainbow" | |
} | |
} |