summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/test/app_info_storage2
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/test/app_info_storage2')
-rw-r--r--src/components/transport_manager/test/app_info_storage299
1 files changed, 99 insertions, 0 deletions
diff --git a/src/components/transport_manager/test/app_info_storage2 b/src/components/transport_manager/test/app_info_storage2
new file mode 100644
index 0000000000..794c8b90bc
--- /dev/null
+++ b/src/components/transport_manager/test/app_info_storage2
@@ -0,0 +1,99 @@
+{
+ "TransportManager" : {
+ "BluetoothAdapter" : null,
+ "TcpAdapter" : {
+ "devices" : [
+ {
+ "address" : "57.48.0.1",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name0"
+ },
+ {
+ "address" : "57.48.0.2",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name1"
+ },
+ {
+ "address" : "57.48.0.3",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name2"
+ },
+ {
+ "address" : "57.48.0.4",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name3"
+ },
+ {
+ "address" : "57.48.0.5",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name4"
+ },
+ {
+ "address" : "57.48.0.6",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name5"
+ },
+ {
+ "address" : "57.48.0.7",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name6"
+ },
+ {
+ "address" : "57.48.0.8",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name7"
+ },
+ {
+ "address" : "57.48.0.9",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name8"
+ },
+ {
+ "address" : "57.48.0.10",
+ "applications" : [
+ {
+ "port" : "12345"
+ }
+ ],
+ "name" : "unique_device_name9"
+ }
+ ]
+ }
+ }
+}