Initial commit 49/186349/5 master
authorJiwon Park <jiwony.park@samsung.com>
Thu, 9 Aug 2018 06:04:04 +0000 (15:04 +0900)
committerJiwon Park <jiwony.park@samsung.com>
Mon, 10 Sep 2018 05:53:54 +0000 (14:53 +0900)
commit4212cb115cb2c00f65a1105821c624232d3fd4ad
treec6aa8fad275a10e93a59185f41089eed51737126
parentb693c4917411911738746f91fc126631c4146591
Initial commit

Change-Id: I8182e58be7347d65a332827c3883816eefc77d8f
60 files changed:
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
publisher.js [new file with mode: 0644]
tts-mqtt-test/.cproject [new file with mode: 0644]
tts-mqtt-test/.exportMap [new file with mode: 0644]
tts-mqtt-test/.gitignore [new file with mode: 0644]
tts-mqtt-test/.project [new file with mode: 0644]
tts-mqtt-test/.tproject [new file with mode: 0644]
tts-mqtt-test/inc/log.h [new file with mode: 0644]
tts-mqtt-test/project_def.prop [new file with mode: 0644]
tts-mqtt-test/shared/res/tts-mqtt-test.png [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Clients.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Clients.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Heap.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Heap.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/LinkedList.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/LinkedList.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Log.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Log.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTAsync.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTAsync.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTClient.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTClient.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTClientPersistence.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPacket.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPacket.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPacketOut.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPacketOut.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPersistence.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPersistence.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPersistenceDefault.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTPersistenceDefault.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTProtocol.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTProtocolClient.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTProtocolClient.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTProtocolOut.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTProtocolOut.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/MQTTVersion.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Messages.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Messages.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/OsWrapper.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/OsWrapper.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/SSLSocket.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/SSLSocket.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Socket.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Socket.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/SocketBuffer.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/SocketBuffer.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/StackTrace.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/StackTrace.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Thread.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Thread.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Tree.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/Tree.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/VersionInfo.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/mutex_type.h [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/utf-8.c [new file with mode: 0644]
tts-mqtt-test/src/paho-mqtt/utf-8.h [new file with mode: 0644]
tts-mqtt-test/src/tts-mqtt-test.c [new file with mode: 0644]
tts-mqtt-test/tizen-manifest.xml [new file with mode: 0644]