Created
August 23, 2014 18:45
-
-
Save monteslu/eef338a6189e965bb387 to your computer and use it in GitHub Desktop.
setup alljoyn
This file contains 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
msg.uuid = 'gateway uuid'; | |
msg.token = 'gateway token'; | |
msg.alternateMethod = 'gatewayConfig'; | |
msg.method = 'createSubdevice'; | |
//msg.method = 'getDefaultOptions'; | |
msg.name = 'aj'; | |
msg.type = 'skynet-alljoyn'; | |
msg.options = { | |
advertisedName: 'test', | |
interfaceName: 'org.alljoyn.bus.samples.chat', | |
findAdvertisedName: 'org.alljoyn.bus.samples.chat', | |
signalMemberName: 'Chat', | |
messageServiceName: '/chatService', | |
relayUuid: '*' | |
}; | |
return msg; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment