Adding last version of iotruntime and iotinstaller; preparing to extend IoTMaster...
authorrtrimana <rtrimana@uci.edu>
Sat, 10 Dec 2016 00:43:29 +0000 (16:43 -0800)
committerrtrimana <rtrimana@uci.edu>
Sat, 10 Dec 2016 00:43:29 +0000 (16:43 -0800)
commit7a27eab091d560ca1222d3a2652da56c97456980
tree1e08602b4bbb03dae027647fc58ae764ee3ae658
parent3ae46e02f3f8acc1e4fd279d9194f1f032452e75
Adding last version of iotruntime and iotinstaller; preparing to extend IoTMaster for new RMI
57 files changed:
iotjava/iotinstaller/IoTInstaller.java [new file with mode: 0644]
iotjava/iotinstaller/MySQLInterface.java [new file with mode: 0644]
iotjava/iotinstaller/Table.java [new file with mode: 0644]
iotjava/iotinstaller/TableProperty.java [new file with mode: 0644]
iotjava/iotinstaller/TableRelation.java [new file with mode: 0644]
iotjava/iotinstaller/TableSet.java [new file with mode: 0644]
iotjava/iotruntime/IoTHTTP.java [new file with mode: 0644]
iotjava/iotruntime/IoTServerSocket.java [new file with mode: 0644]
iotjava/iotruntime/IoTTCP.java [new file with mode: 0644]
iotjava/iotruntime/IoTUDP.java [new file with mode: 0644]
iotjava/iotruntime/IoTURL.java [new file with mode: 0644]
iotjava/iotruntime/brillo/IoTBrilloWeave.java [new file with mode: 0644]
iotjava/iotruntime/brillo/IoTBrilloWeaveCloudConnection.java [new file with mode: 0644]
iotjava/iotruntime/brillo/IoTBrilloWeaveCodeGenerator.java [new file with mode: 0644]
iotjava/iotruntime/brillo/credentials_cache.json [new file with mode: 0644]
iotjava/iotruntime/master/ClassRuntimeInstrumenterMaster.java [new file with mode: 0644]
iotjava/iotruntime/master/IoTMaster.java [new file with mode: 0644]
iotjava/iotruntime/master/LoadBalancer.java [new file with mode: 0644]
iotjava/iotruntime/master/ObjectAddressInitHandler.java [new file with mode: 0644]
iotjava/iotruntime/master/ObjectInitHandler.java [new file with mode: 0644]
iotjava/iotruntime/master/ObjectInitInfo.java [new file with mode: 0644]
iotjava/iotruntime/master/RelationInstrumenter.java [new file with mode: 0644]
iotjava/iotruntime/master/RouterConfig.java [new file with mode: 0644]
iotjava/iotruntime/master/SetInstrumenter.java [new file with mode: 0644]
iotjava/iotruntime/master/ZigbeeConfig.java [new file with mode: 0644]
iotjava/iotruntime/messages/IoTCommCode.java [new file with mode: 0644]
iotjava/iotruntime/messages/Message.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageCreateMainObject.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageCreateObject.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageCreateSetRelation.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageGetDeviceObject.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageGetObject.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageGetSimpleDeviceObject.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageSendFile.java [new file with mode: 0644]
iotjava/iotruntime/messages/MessageSimple.java [new file with mode: 0644]
iotjava/iotruntime/slave/IRelation.java [new file with mode: 0644]
iotjava/iotruntime/slave/ISet.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTAddress.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTDeviceAddress.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTRelation.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTSet.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTSlave.java [new file with mode: 0644]
iotjava/iotruntime/slave/IoTZigbeeAddress.java [new file with mode: 0644]
iotjava/iotruntime/stub/IoTJSONStub.java [new file with mode: 0644]
iotjava/iotruntime/stub/IoTRemoteCall.java [new file with mode: 0644]
iotjava/iotruntime/stub/IoTStubCodeGenerator.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbee.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeCallback.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessage.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageSendAddressResponse.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZclConfigureReporting.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZclConfigureReportingResponse.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZclReadAttributes.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZclReadAttributesResponse.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZclReportAttributes.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZdoBindResponse.java [new file with mode: 0644]
iotjava/iotruntime/zigbee/IoTZigbeeMessageZdoUnBindResponse.java [new file with mode: 0644]