Emesary: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  18 April 2020
→‎Status: fix the comment lines
(→‎Status: more broken code lines)
(→‎Status: fix the comment lines)
Line 67: Line 67:


#
#
# this section sets up the notifications that will be routed and the  
# this section sets up the notifications that will be routed and the transmitters that are used
transmitters that are used
# I've separated out the transmitter that will be used to send the properties to enable better control.
# I've separated out the transmitter that will be used to send the  
properties to enable better control.
var routedNotifications = [notifications.PropertySyncNotification.new(nil), notifications.GeoEventNotification.new(nil)];
var routedNotifications = [notifications.PropertySyncNotification.new(nil), notifications.GeoEventNotification.new(nil)];
var bridgedTransmitter = emesary.Transmitter.new("outgoingBridge");
var bridgedTransmitter = emesary.Transmitter.new("outgoingBridge");
185

edits

Navigation menu