Browse Source

correction de bugs + commentaires

FARINA Louis 2 years ago
parent
commit
d39c0de48e
76 changed files with 453 additions and 9504 deletions
  1. BIN
      RSTP_DSLink/.vs/RSTP_DSLink/v16/.suo
  2. 63
    45
      RSTP_DSLink/RSTP_DSLink/RSTP_DSLink.cs
  3. BIN
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/RSTP_DSLink.dll
  4. BIN
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/RSTP_DSLink.pdb
  5. 0
    5
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210730.txt
  6. 0
    137
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210802.txt
  7. 0
    129
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210803.txt
  8. 26
    0
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210806.txt
  9. 310
    0
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210809.txt
  10. 15
    0
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210810.txt
  11. 38
    0
      RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/nodes.json
  12. BIN
      RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.csproj.AssemblyReference.cache
  13. 1
    0
      RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.csproj.FileListAbsolute.txt
  14. BIN
      RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.dll
  15. BIN
      RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.pdb
  16. BIN
      Test_GPIO/.vs/Test_GPIO/DesignTimeBuild/.dtbcache.v2
  17. BIN
      Test_GPIO/.vs/Test_GPIO/v16/.suo
  18. 0
    25
      Test_GPIO/Test_GPIO.sln
  19. 0
    169
      Test_GPIO/Test_GPIO/Driver.cs
  20. 0
    36
      Test_GPIO/Test_GPIO/Helpers.cs
  21. 0
    2789
      Test_GPIO/Test_GPIO/PigpiodIf.cs
  22. 0
    42
      Test_GPIO/Test_GPIO/Program.cs
  23. 0
    24
      Test_GPIO/Test_GPIO/ReadMe.md
  24. 0
    156
      Test_GPIO/Test_GPIO/TcpConnection.cs
  25. 0
    14
      Test_GPIO/Test_GPIO/Test_GPIO.csproj
  26. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Iot.Device.Bindings.dll
  27. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Microsoft.Extensions.Logging.Abstractions.dll
  28. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Microsoft.Win32.SystemEvents.dll
  29. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/SixLabors.ImageSharp.dll
  30. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Swan.Lite.dll
  31. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Swan.dll
  32. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.CodeDom.dll
  33. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Device.Gpio.dll
  34. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Drawing.Common.dll
  35. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.IO.Ports.dll
  36. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Management.dll
  37. 0
    1321
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.deps.json
  38. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.dll
  39. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.exe
  40. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.pdb
  41. 0
    8
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.runtimeconfig.dev.json
  42. 0
    9
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.runtimeconfig.json
  43. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/UnitsNet.dll
  44. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Unosquare.PiGpio.dll
  45. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/Unosquare.Raspberry.Abstractions.dll
  46. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/ref/Test_GPIO.dll
  47. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so
  48. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so
  49. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so
  50. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll
  51. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib
  52. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll
  53. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
  54. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp2.0/System.Management.dll
  55. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
  56. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
  57. BIN
      Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll
  58. 0
    4
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
  59. 0
    23
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.AssemblyInfo.cs
  60. 0
    1
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.AssemblyInfoInputs.cache
  61. 0
    8
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.GeneratedMSBuildEditorConfig.editorconfig
  62. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.assets.cache
  63. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.AssemblyReference.cache
  64. 0
    0
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.CopyComplete
  65. 0
    1
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.CoreCompileInputs.cache
  66. 0
    42
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.FileListAbsolute.txt
  67. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.dll
  68. 0
    1
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.genruntimeconfig.cache
  69. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.pdb
  70. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/apphost.exe
  71. BIN
      Test_GPIO/Test_GPIO/obj/Debug/net5.0/ref/Test_GPIO.dll
  72. 0
    76
      Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.dgspec.json
  73. 0
    18
      Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.g.props
  74. 0
    9
      Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.g.targets
  75. 0
    4322
      Test_GPIO/Test_GPIO/obj/project.assets.json
  76. 0
    90
      Test_GPIO/Test_GPIO/obj/project.nuget.cache

BIN
RSTP_DSLink/.vs/RSTP_DSLink/v16/.suo View File


+ 63
- 45
RSTP_DSLink/RSTP_DSLink/RSTP_DSLink.cs View File

@@ -198,6 +198,8 @@ namespace RTSP_DSLink
198 198
         {
199 199
             Responder.SuperRoot.CreateChild("createStream", "streamAdd").BuildNode();
200 200
             Responder.SuperRoot.CreateChild("createAlarm", "alarmAdd").BuildNode();
201
+            Responder.SuperRoot.CreateChild("alarms").BuildNode();
202
+            Responder.SuperRoot.CreateChild("streams").BuildNode();
201 203
             SaveNodes();
202 204
             //Responder.SuperRoot.CreateChild("removeStream", "remove").BuildNode();
203 205
         }
@@ -209,8 +211,12 @@ namespace RTSP_DSLink
209 211
                 var address = request.Parameters["RSTP URL"].Value<string>();
210 212
                 var streamName = request.Parameters["Stream name"].Value<string>();
211 213
                 int port = 8081;
214
+                Responder.SuperRoot.Children.TryGetValue("streams", out Node streamRootNode);
212 215
 
213 216
                 if (string.IsNullOrEmpty(address)) return;
217
+                if (string.IsNullOrEmpty(streamName)) return;
218
+                if (streamRootNode == null) return;
219
+                if (streamRootNode.Children.ContainsKey(streamName)) return;
214 220
 
215 221
                 while (PortInUse(port))
216 222
                     port++;
@@ -229,10 +235,9 @@ namespace RTSP_DSLink
229 235
                     }
230 236
                 }*/
231 237
 
232
-                if (string.IsNullOrEmpty(streamName)) return;
233
-                if (Responder.SuperRoot.Children.ContainsKey(streamName)) return;
238
+                
234 239
 
235
-                var stream = Responder.SuperRoot.CreateChild(streamName, "stream").BuildNode();
240
+                var stream = streamRootNode.CreateChild(streamName, "stream").BuildNode();
236 241
 
237 242
                 stream.Value.Set(port);
238 243
                 stream.CreateChild("remove", "removeNode").BuildNode();
@@ -273,13 +278,14 @@ namespace RTSP_DSLink
273 278
                 var address = request.Parameters["Raspberry Pi IP Address"].Value<string>();
274 279
                 var port = request.Parameters["Port Number"].Value<int>();
275 280
                 var pin = request.Parameters["GPIO Pin"].Value<int>();
281
+                Responder.SuperRoot.Children.TryGetValue("alarms", out Node alarmRootNode);
276 282
 
277 283
                 if (string.IsNullOrEmpty(alarmName)) return;
278 284
                 //if (string.IsNullOrEmpty(cameraName)) return;
279
-                if (Responder.SuperRoot.Children.ContainsKey(alarmName)) return;
285
+                if (alarmRootNode.Children.ContainsKey(alarmName)) return;
280 286
                 //if (!Responder.SuperRoot.Children.ContainsKey(cameraName)) return;
281 287
 
282
-                var alarm = Responder.SuperRoot.CreateChild(alarmName, "alarm").BuildNode();
288
+                var alarm = alarmRootNode.CreateChild(alarmName, "alarm").BuildNode();
283 289
 
284 290
                 alarm.CreateChild("remove", "removeNode").BuildNode();
285 291
                 var ts = new CancellationTokenSource();
@@ -303,35 +309,40 @@ namespace RTSP_DSLink
303 309
             {
304 310
                 //Console.WriteLine(request.Path);
305 311
 
306
-                //on récupère le nom du noeud ayant envoyé la requête
307
-                //dans le chemin de la requête en utilisant une regex (le chemin se terminant par /noeud/remove)
308
-                var nodeName = Regex.Replace(request.Path, "^.*\\/([^\\/]*)\\/remove$", "$1");
309
-                //Console.WriteLine(streamName);
310
-                
311
-                
312
-                Responder.SuperRoot.Children.TryGetValue(nodeName, out Node node);
313
-                if (node != null)
312
+                //on récupère le nom et le type du noeud ayant envoyé la requête
313
+                //dans le chemin de la requête en utilisant une regex (le chemin se terminant par /type/noeud/remove)
314
+                var parentName  = Regex.Replace(request.Path, "^.*\\/([^\\/]*)\\/([^\\/]*)\\/remove$", "$1");
315
+                var nodeName    = Regex.Replace(request.Path, "^.*\\/([^\\/]*)\\/([^\\/]*)\\/remove$", "$2");
316
+                /*Console.WriteLine(nodeName);
317
+                Console.WriteLine(parentName);*/
318
+
319
+                Responder.SuperRoot.Children.TryGetValue(parentName, out Node parent);
320
+                if(parent != null)
314 321
                 {
315
-                    if (node.ClassName == "stream")
322
+                    parent.Children.TryGetValue(nodeName, out Node node);
323
+                    if (node != null)
316 324
                     {
317
-                        var port = node.Value.Int;
318
-                        _processes.TryGetValue(nodeName, out Process proc);
319
-                        if (proc != null)
320
-                            proc.Kill();
321
-                        _processes.Remove(nodeName);
325
+                        if (node.ClassName == "stream")
326
+                        {
327
+                            var port = node.Value.Int;
328
+                            _processes.TryGetValue(nodeName, out Process proc);
329
+                            if (proc != null)
330
+                                proc.Kill();
331
+                            _processes.Remove(nodeName);
322 332
 
323
-                        /*System.Diagnostics.Process.Start("CMD.exe", "/C FOR /F \"tokens=5 delims= \" %P IN ('netstat -a -n -o ^|" +
324
-                            "findstr :" + stream.Value.Int + "') DO @ECHO taskkill /F /PID %P");*/
333
+                            /*System.Diagnostics.Process.Start("CMD.exe", "/C FOR /F \"tokens=5 delims= \" %P IN ('netstat -a -n -o ^|" +
334
+                                "findstr :" + stream.Value.Int + "') DO @ECHO taskkill /F /PID %P");*/
325 335
 
326
-                        //FOR /F "tokens=5 delims= " %P IN('netstat -a -n -o | findstr :8081') DO @ECHO TaskKill.exe /PID %P
327
-                    }
328
-                    else if (node.ClassName == "alarm")
329
-                    {
330
-                        _alarmCTs.TryGetValue(nodeName, out CancellationTokenSource ts);
331
-                        if(ts != null)
332
-                            ts.Cancel();
336
+                            //FOR /F "tokens=5 delims= " %P IN('netstat -a -n -o | findstr :8081') DO @ECHO TaskKill.exe /PID %P
337
+                        }
338
+                        else if (node.ClassName == "alarm")
339
+                        {
340
+                            _alarmCTs.TryGetValue(nodeName, out CancellationTokenSource ts);
341
+                            if (ts != null)
342
+                                ts.Cancel();
343
+                        }
344
+                        parent.RemoveChild(nodeName);
333 345
                     }
334
-                    Responder.SuperRoot.RemoveChild(nodeName);
335 346
                 }
336 347
 
337 348
                 await request.Close();
@@ -345,31 +356,38 @@ namespace RTSP_DSLink
345 356
 
346 357
         private async void _updateAlarm(Node alarm, string addr, int port, int pin, CancellationToken ct)
347 358
         {
348
-            using (var driver = new Driver(new IPEndPoint(IPAddress.Parse(addr), port)))
359
+            try
349 360
             {
350
-                await driver.ConnectAsync();
351
-                await Task.Delay(TimeSpan.FromSeconds(1)); //Give the socket time to get connected
352
-
353
-                Console.WriteLine("Connected");
354
-
355
-                using (var controller = new GpioController(PinNumberingScheme.Logical, driver))
361
+                using (var driver = new Driver(new IPEndPoint(IPAddress.Parse(addr), port)))
356 362
                 {
357
-                    controller.OpenPin(pin);
358
-                    controller.SetPinMode(pin, PinMode.InputPullUp);
363
+                    await driver.ConnectAsync();
364
+                    await Task.Delay(TimeSpan.FromSeconds(1)); //Give the socket time to get connected
365
+
366
+                    Console.WriteLine("Connected");
359 367
 
360
-                    while (!ct.IsCancellationRequested)
368
+                    using (var controller = new GpioController(PinNumberingScheme.Logical, driver))
361 369
                     {
362
-                        controller.WaitForEvent(pin, PinEventTypes.Falling, ct);
363
-                        if(!ct.IsCancellationRequested)
370
+                        controller.OpenPin(pin);
371
+                        controller.SetPinMode(pin, PinMode.InputPullUp);
372
+
373
+                        while (!ct.IsCancellationRequested)
364 374
                         {
365
-                            Console.WriteLine("Beep boop");
366
-                            alarm.Value.Set(true);
375
+                            controller.WaitForEvent(pin, PinEventTypes.Falling, ct);
376
+                            if (!ct.IsCancellationRequested)
377
+                            {
378
+                                Console.WriteLine("Beep boop");
379
+                                alarm.Value.Set(true);
380
+                            }
367 381
                         }
382
+                        Console.WriteLine("Task cancelled");
383
+                        controller.ClosePin(pin);
368 384
                     }
369
-                    Console.WriteLine("Task cancelled");
370
-                    controller.ClosePin(pin);
371 385
                 }
372 386
             }
387
+            catch (Exception e)
388
+            {
389
+                Console.WriteLine(e.GetType() + ":" + e.Message);
390
+            }
373 391
         }
374 392
 
375 393
         #region Initialize Logging

BIN
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/RSTP_DSLink.dll View File


BIN
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/RSTP_DSLink.pdb View File


+ 0
- 5
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210730.txt View File

@@ -1,5 +0,0 @@
1
-2021-07-30 09:43:15.793 +02:00 [Information] Handshaking with http://localhost:8080/conn?dsId=RSTP_Test3-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
2
-2021-07-30 09:43:18.537 +02:00 [Information] Handshake successful
3
-2021-07-30 09:43:19.001 +02:00 [Information] Connecting
4
-2021-07-30 09:43:19.031 +02:00 [Information] WebSocket connecting to ws://localhost:8080/ws?dsId=RSTP_Test3-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ZI0S3FYjOpJ6RFGUB0AJdQz1L66DY40JexmnWbFRdW0&format=msgpack
5
-2021-07-30 09:43:21.172 +02:00 [Information] Connected to ws://localhost:8080/ws?dsId=RSTP_Test3-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ZI0S3FYjOpJ6RFGUB0AJdQz1L66DY40JexmnWbFRdW0&format=msgpack

+ 0
- 137
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210802.txt View File

@@ -1,137 +0,0 @@
1
-2021-08-02 13:50:42.944 +02:00 [Information] Handshaking with http://localhost:8080/conn?dsId=RSTP_Test3-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
2
-2021-08-02 13:51:41.611 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
3
-2021-08-02 13:51:42.663 +02:00 [Information] Handshake successful
4
-2021-08-02 13:51:43.442 +02:00 [Information] Connecting
5
-2021-08-02 13:51:43.489 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=uhl97qol-LJctTsc1JFBBvNw_sEimFGBhB3faZZJtnU&format=msgpack
6
-2021-08-02 13:51:43.635 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=uhl97qol-LJctTsc1JFBBvNw_sEimFGBhB3faZZJtnU&format=msgpack
7
-2021-08-02 14:34:19.228 +02:00 [Warning] Failed to load nodes.json
8
-2021-08-02 14:34:19.348 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
9
-2021-08-02 14:34:19.565 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
10
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
11
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
12
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
13
-2021-08-02 14:34:19.708 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
14
-2021-08-02 14:34:20.422 +02:00 [Information] Handshake successful
15
-2021-08-02 14:34:21.158 +02:00 [Information] Connecting
16
-2021-08-02 14:34:21.216 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ODxOscstQta0tvbEL7qP9asNm-ruY0cO5FS59ic3iLg&format=msgpack
17
-2021-08-02 14:34:21.361 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ODxOscstQta0tvbEL7qP9asNm-ruY0cO5FS59ic3iLg&format=msgpack
18
-2021-08-02 14:35:38.680 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
19
-2021-08-02 14:35:39.471 +02:00 [Information] Handshake successful
20
-2021-08-02 14:35:39.956 +02:00 [Information] Connecting
21
-2021-08-02 14:35:40.030 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=imEeLF8hF0q7ChooQmo5CsGjIf25PFZcRNR1EozTcog&format=msgpack
22
-2021-08-02 14:35:40.142 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=imEeLF8hF0q7ChooQmo5CsGjIf25PFZcRNR1EozTcog&format=msgpack
23
-2021-08-02 14:36:55.341 +02:00 [Warning] Failed to load nodes.json
24
-2021-08-02 14:36:55.501 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
25
-2021-08-02 14:36:55.670 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
26
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
27
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
28
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
29
-2021-08-02 14:36:55.743 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
30
-2021-08-02 14:36:56.450 +02:00 [Information] Handshake successful
31
-2021-08-02 14:36:56.788 +02:00 [Information] Connecting
32
-2021-08-02 14:36:56.867 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=PQrt57OWxkEJODmDyqmYIGr81Cd6LkMSxeMd9IDGNTk&format=msgpack
33
-2021-08-02 14:36:57.006 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=PQrt57OWxkEJODmDyqmYIGr81Cd6LkMSxeMd9IDGNTk&format=msgpack
34
-2021-08-02 14:45:15.520 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
35
-2021-08-02 14:45:16.224 +02:00 [Information] Handshake successful
36
-2021-08-02 14:45:16.858 +02:00 [Information] Connecting
37
-2021-08-02 14:45:16.953 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=LliHPiJv3YLrT1AwlAPUj3s52vEcvswjBMhX3n9hsIQ&format=msgpack
38
-2021-08-02 14:45:17.043 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=LliHPiJv3YLrT1AwlAPUj3s52vEcvswjBMhX3n9hsIQ&format=msgpack
39
-2021-08-02 15:05:11.773 +02:00 [Warning] Failed to load nodes.json
40
-2021-08-02 15:05:11.895 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
41
-2021-08-02 15:05:12.135 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
42
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
43
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
44
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
45
-2021-08-02 15:05:12.216 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
46
-2021-08-02 15:05:12.775 +02:00 [Information] Handshake successful
47
-2021-08-02 15:05:13.146 +02:00 [Information] Connecting
48
-2021-08-02 15:05:13.200 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8_IBgIIzs9F0GftK--bSy47OJ47V8iQZQbu5Zn_HdC0&format=msgpack
49
-2021-08-02 15:05:13.301 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8_IBgIIzs9F0GftK--bSy47OJ47V8iQZQbu5Zn_HdC0&format=msgpack
50
-2021-08-02 15:23:30.345 +02:00 [Warning] Failed to load nodes.json
51
-2021-08-02 15:23:30.945 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
52
-2021-08-02 15:23:31.041 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
53
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
54
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
55
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
56
-2021-08-02 15:23:31.147 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
57
-2021-08-02 15:23:32.012 +02:00 [Information] Handshake successful
58
-2021-08-02 15:23:32.694 +02:00 [Information] Connecting
59
-2021-08-02 15:23:32.783 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=MqtkDt1G1TO0CnxkbQrTNvU3LGNOeqsBHeI_XL_M6Q4&format=msgpack
60
-2021-08-02 15:23:33.134 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=MqtkDt1G1TO0CnxkbQrTNvU3LGNOeqsBHeI_XL_M6Q4&format=msgpack
61
-2021-08-02 15:24:27.414 +02:00 [Warning] Failed to load nodes.json
62
-2021-08-02 15:24:27.517 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
63
-2021-08-02 15:24:27.624 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
64
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
65
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
66
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
67
-2021-08-02 15:24:27.720 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
68
-2021-08-02 15:24:28.544 +02:00 [Information] Handshake successful
69
-2021-08-02 15:24:28.956 +02:00 [Information] Connecting
70
-2021-08-02 15:24:29.016 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=91NDc7aEGIm0ZaI1idI5PZcvlzF2NJlKp0vqN5zGk_A&format=msgpack
71
-2021-08-02 15:24:29.156 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=91NDc7aEGIm0ZaI1idI5PZcvlzF2NJlKp0vqN5zGk_A&format=msgpack
72
-2021-08-02 15:36:07.616 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
73
-2021-08-02 15:36:08.470 +02:00 [Information] Handshake successful
74
-2021-08-02 15:36:08.910 +02:00 [Information] Connecting
75
-2021-08-02 15:36:08.971 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=kNXRX8md71HUGQYqMdfmhFkEiC7SsQeVn87VyuxajK8&format=msgpack
76
-2021-08-02 15:36:09.047 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=kNXRX8md71HUGQYqMdfmhFkEiC7SsQeVn87VyuxajK8&format=msgpack
77
-2021-08-02 15:37:13.892 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
78
-2021-08-02 15:37:14.418 +02:00 [Information] Handshake successful
79
-2021-08-02 15:37:14.765 +02:00 [Information] Connecting
80
-2021-08-02 15:37:14.819 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8zvw8rDqIFXrIKvqE1ftulG7BM_rLNb7bb-AdHK37ks&format=msgpack
81
-2021-08-02 15:37:14.947 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8zvw8rDqIFXrIKvqE1ftulG7BM_rLNb7bb-AdHK37ks&format=msgpack
82
-2021-08-02 15:37:59.300 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
83
-2021-08-02 15:37:59.804 +02:00 [Information] Handshake successful
84
-2021-08-02 15:38:00.225 +02:00 [Information] Connecting
85
-2021-08-02 15:38:00.299 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=p1_Cwft2j9YTdcwyz2KcIDSZXii5JQUNSUkT4FQwUUA&format=msgpack
86
-2021-08-02 15:38:00.365 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=p1_Cwft2j9YTdcwyz2KcIDSZXii5JQUNSUkT4FQwUUA&format=msgpack
87
-2021-08-02 15:40:46.878 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
88
-2021-08-02 15:40:47.752 +02:00 [Information] Handshake successful
89
-2021-08-02 15:40:48.027 +02:00 [Information] Connecting
90
-2021-08-02 15:40:48.090 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=hmcLWMoqCo7LV889eG8XN-epvd8iyxXAwUPgIE49bk0&format=msgpack
91
-2021-08-02 15:40:48.145 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=hmcLWMoqCo7LV889eG8XN-epvd8iyxXAwUPgIE49bk0&format=msgpack
92
-2021-08-02 15:42:44.204 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
93
-2021-08-02 15:42:44.899 +02:00 [Information] Handshake successful
94
-2021-08-02 15:42:45.251 +02:00 [Information] Connecting
95
-2021-08-02 15:42:45.317 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=BBaRuoEhEOnDNHdd225-F9s2w_BWRaiFU7RvoHNye70&format=msgpack
96
-2021-08-02 15:42:45.419 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=BBaRuoEhEOnDNHdd225-F9s2w_BWRaiFU7RvoHNye70&format=msgpack
97
-2021-08-02 15:44:48.828 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
98
-2021-08-02 15:44:49.600 +02:00 [Information] Handshake successful
99
-2021-08-02 15:44:49.997 +02:00 [Information] Connecting
100
-2021-08-02 15:44:50.084 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=-w52j8pLBXA9LKUVoeIMzIjQLBLC3cfaU4UcBsscqAI&format=msgpack
101
-2021-08-02 15:44:50.248 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=-w52j8pLBXA9LKUVoeIMzIjQLBLC3cfaU4UcBsscqAI&format=msgpack
102
-2021-08-02 16:04:38.986 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
103
-2021-08-02 16:04:39.683 +02:00 [Information] Handshake successful
104
-2021-08-02 16:04:39.993 +02:00 [Information] Connecting
105
-2021-08-02 16:04:40.036 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=MKQAEE5Jis75YBh0JZDlzVoj6ug03k22oVjNtKWXlRc&format=msgpack
106
-2021-08-02 16:04:40.124 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=MKQAEE5Jis75YBh0JZDlzVoj6ug03k22oVjNtKWXlRc&format=msgpack
107
-2021-08-02 16:07:26.733 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
108
-2021-08-02 16:07:27.487 +02:00 [Information] Handshake successful
109
-2021-08-02 16:07:28.240 +02:00 [Information] Connecting
110
-2021-08-02 16:07:28.320 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=xU27aIt1tzrE-2jGTf3f10AGbRHl4Kpiormd5gRmDhU&format=msgpack
111
-2021-08-02 16:07:28.421 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=xU27aIt1tzrE-2jGTf3f10AGbRHl4Kpiormd5gRmDhU&format=msgpack
112
-2021-08-02 16:10:00.222 +02:00 [Warning] Failed to load nodes.json
113
-2021-08-02 16:10:00.334 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
114
-2021-08-02 16:10:00.499 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
115
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
116
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
117
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
118
-2021-08-02 16:10:00.566 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
119
-2021-08-02 16:10:01.090 +02:00 [Information] Handshake successful
120
-2021-08-02 16:10:01.437 +02:00 [Information] Connecting
121
-2021-08-02 16:10:01.466 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=t09OJX_lXJF71GtOiQjXu-V6kEfCxohRpXqGKTRfOsA&format=msgpack
122
-2021-08-02 16:10:01.525 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=t09OJX_lXJF71GtOiQjXu-V6kEfCxohRpXqGKTRfOsA&format=msgpack
123
-2021-08-02 16:12:57.439 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
124
-2021-08-02 16:12:58.046 +02:00 [Information] Handshake successful
125
-2021-08-02 16:12:58.325 +02:00 [Information] Connecting
126
-2021-08-02 16:12:58.438 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=JQUHQceTDOsUz3-5IWBWgSVznZ8o_bpsBxRFR2WGSNY&format=msgpack
127
-2021-08-02 16:12:58.580 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=JQUHQceTDOsUz3-5IWBWgSVznZ8o_bpsBxRFR2WGSNY&format=msgpack
128
-2021-08-02 16:13:57.017 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
129
-2021-08-02 16:13:57.507 +02:00 [Information] Handshake successful
130
-2021-08-02 16:13:57.873 +02:00 [Information] Connecting
131
-2021-08-02 16:13:58.022 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=KEgjreMZ8LATOlDfPf1a0v2s0XPAx6wBhQKJpXTMuYg&format=msgpack
132
-2021-08-02 16:13:58.174 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=KEgjreMZ8LATOlDfPf1a0v2s0XPAx6wBhQKJpXTMuYg&format=msgpack
133
-2021-08-02 16:15:10.931 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
134
-2021-08-02 16:15:11.735 +02:00 [Information] Handshake successful
135
-2021-08-02 16:15:11.937 +02:00 [Information] Connecting
136
-2021-08-02 16:15:11.984 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8BcKgvQO1DR6vVdJO0GeIuubq7_80xDV-zpxb6ZVhXI&format=msgpack
137
-2021-08-02 16:15:12.087 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=8BcKgvQO1DR6vVdJO0GeIuubq7_80xDV-zpxb6ZVhXI&format=msgpack

+ 0
- 129
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210803.txt View File

@@ -1,129 +0,0 @@
1
-2021-08-03 11:03:44.122 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
2
-2021-08-03 11:03:45.752 +02:00 [Information] Handshake successful
3
-2021-08-03 11:03:46.945 +02:00 [Information] Connecting
4
-2021-08-03 11:03:47.010 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=B0sKiYxR4Q-MphyQBZJEF9-5YYiOtHyJGAAXimqympI&format=msgpack
5
-2021-08-03 11:03:47.254 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=B0sKiYxR4Q-MphyQBZJEF9-5YYiOtHyJGAAXimqympI&format=msgpack
6
-2021-08-03 11:30:52.942 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
7
-2021-08-03 11:30:53.558 +02:00 [Information] Handshake successful
8
-2021-08-03 11:30:53.749 +02:00 [Information] Connecting
9
-2021-08-03 11:30:53.791 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=VhcS9rCG3lgMQWshLxv2rHK0XRwZTgl3WuHzfxqncSQ&format=msgpack
10
-2021-08-03 11:30:53.856 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=VhcS9rCG3lgMQWshLxv2rHK0XRwZTgl3WuHzfxqncSQ&format=msgpack
11
-2021-08-03 11:31:27.638 +02:00 [Warning] Failed to load nodes.json
12
-2021-08-03 11:31:27.724 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
13
-2021-08-03 11:31:28.350 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
14
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
15
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
16
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
17
-2021-08-03 11:31:28.416 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
18
-2021-08-03 11:31:29.164 +02:00 [Information] Handshake successful
19
-2021-08-03 11:31:29.535 +02:00 [Information] Connecting
20
-2021-08-03 11:31:29.647 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=gpv5jA0dwOIVN0zc439RLXHK0GXBSxInZeKmYucTRUU&format=msgpack
21
-2021-08-03 11:31:29.867 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=gpv5jA0dwOIVN0zc439RLXHK0GXBSxInZeKmYucTRUU&format=msgpack
22
-2021-08-03 11:33:10.676 +02:00 [Warning] Failed to load nodes.json
23
-2021-08-03 11:33:10.790 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
24
-2021-08-03 11:33:10.939 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
25
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
26
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
27
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
28
-2021-08-03 11:33:11.166 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
29
-2021-08-03 11:33:12.404 +02:00 [Information] Handshake successful
30
-2021-08-03 11:33:12.778 +02:00 [Information] Connecting
31
-2021-08-03 11:33:12.812 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=Bli_OxHVHntLF9zADsjwqEbn8EhWQ-CGJmK9WIDLf10&format=msgpack
32
-2021-08-03 11:33:12.930 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=Bli_OxHVHntLF9zADsjwqEbn8EhWQ-CGJmK9WIDLf10&format=msgpack
33
-2021-08-03 11:35:36.583 +02:00 [Warning] Failed to load nodes.json
34
-2021-08-03 11:35:36.671 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
35
-2021-08-03 11:35:36.770 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
36
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
37
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
38
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
39
-2021-08-03 11:35:36.833 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
40
-2021-08-03 11:35:37.483 +02:00 [Information] Handshake successful
41
-2021-08-03 11:35:37.965 +02:00 [Information] Connecting
42
-2021-08-03 11:35:38.069 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=N3aAK1S7jWsz6Xeixb3agtCf8MXr0x-e7HATwPWPX1o&format=msgpack
43
-2021-08-03 11:35:38.136 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=N3aAK1S7jWsz6Xeixb3agtCf8MXr0x-e7HATwPWPX1o&format=msgpack
44
-2021-08-03 11:37:18.243 +02:00 [Warning] Failed to load nodes.json
45
-2021-08-03 11:37:18.376 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
46
-2021-08-03 11:37:18.465 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
47
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
48
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
49
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
50
-2021-08-03 11:37:18.539 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
51
-2021-08-03 11:37:19.334 +02:00 [Information] Handshake successful
52
-2021-08-03 11:37:19.657 +02:00 [Information] Connecting
53
-2021-08-03 11:37:19.696 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=betMIA8Xy-p4Z0R9lN1fKBUZJNled2t8JabU8eH2GAk&format=msgpack
54
-2021-08-03 11:37:19.827 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=betMIA8Xy-p4Z0R9lN1fKBUZJNled2t8JabU8eH2GAk&format=msgpack
55
-2021-08-03 11:40:24.309 +02:00 [Warning] Failed to load nodes.json
56
-2021-08-03 11:40:24.489 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
57
-2021-08-03 11:40:24.607 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
58
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
59
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
60
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
61
-2021-08-03 11:40:25.009 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
62
-2021-08-03 11:40:25.869 +02:00 [Information] Handshake successful
63
-2021-08-03 11:40:26.442 +02:00 [Information] Connecting
64
-2021-08-03 11:40:26.566 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=fdos6OENq6v54imFbTDefeYyc3_m5841nu8NI-hcF58&format=msgpack
65
-2021-08-03 11:40:26.656 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=fdos6OENq6v54imFbTDefeYyc3_m5841nu8NI-hcF58&format=msgpack
66
-2021-08-03 11:41:08.851 +02:00 [Warning] Failed to load nodes.json
67
-2021-08-03 11:41:09.031 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
68
-2021-08-03 11:41:09.144 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
69
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
70
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
71
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
72
-2021-08-03 11:41:09.385 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
73
-2021-08-03 11:41:10.111 +02:00 [Information] Handshake successful
74
-2021-08-03 11:41:10.598 +02:00 [Information] Connecting
75
-2021-08-03 11:41:10.692 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=vr8C6A6On9Xh-q70n8L-RfXcmOBdfraXoOykU3cwUQA&format=msgpack
76
-2021-08-03 11:41:10.825 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=vr8C6A6On9Xh-q70n8L-RfXcmOBdfraXoOykU3cwUQA&format=msgpack
77
-2021-08-03 11:42:10.520 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
78
-2021-08-03 11:42:10.898 +02:00 [Information] Handshake successful
79
-2021-08-03 11:42:11.108 +02:00 [Information] Connecting
80
-2021-08-03 11:42:11.177 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ojurIILA78q0aJt4grkJzFbgw3DwfS2r_WC5R8pwpSo&format=msgpack
81
-2021-08-03 11:42:11.297 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ojurIILA78q0aJt4grkJzFbgw3DwfS2r_WC5R8pwpSo&format=msgpack
82
-2021-08-03 11:42:29.808 +02:00 [Warning] Failed to load nodes.json
83
-2021-08-03 11:42:29.898 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
84
-2021-08-03 11:42:29.967 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
85
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
86
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
87
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
88
-2021-08-03 11:42:30.137 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
89
-2021-08-03 11:42:30.532 +02:00 [Information] Handshake successful
90
-2021-08-03 11:42:30.906 +02:00 [Information] Connecting
91
-2021-08-03 11:42:30.985 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=tKi9TXyt1wXcsIjPytryaX6sHgpTDBzJElA1hEl2zu8&format=msgpack
92
-2021-08-03 11:42:31.134 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=tKi9TXyt1wXcsIjPytryaX6sHgpTDBzJElA1hEl2zu8&format=msgpack
93
-2021-08-03 11:43:35.267 +02:00 [Warning] Failed to load nodes.json
94
-2021-08-03 11:43:35.366 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
95
-2021-08-03 11:43:35.434 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
96
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
97
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
98
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
99
-2021-08-03 11:43:35.867 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
100
-2021-08-03 11:43:36.274 +02:00 [Information] Handshake successful
101
-2021-08-03 11:43:36.493 +02:00 [Information] Connecting
102
-2021-08-03 11:43:36.530 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=bubQ2UGVXRlMIbYSrt2gA4KZAuS0kKos4x5vjlx__Rc&format=msgpack
103
-2021-08-03 11:43:36.663 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=bubQ2UGVXRlMIbYSrt2gA4KZAuS0kKos4x5vjlx__Rc&format=msgpack
104
-2021-08-03 11:46:24.951 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
105
-2021-08-03 11:46:25.564 +02:00 [Information] Handshake successful
106
-2021-08-03 11:46:25.871 +02:00 [Information] Connecting
107
-2021-08-03 11:46:25.945 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=bpl3In8B0JhkN53rTf4afrZMF0tA-NEHz3pfcSpwkB8&format=msgpack
108
-2021-08-03 11:46:26.102 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=bpl3In8B0JhkN53rTf4afrZMF0tA-NEHz3pfcSpwkB8&format=msgpack
109
-2021-08-03 11:56:02.197 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
110
-2021-08-03 11:56:02.727 +02:00 [Information] Handshake successful
111
-2021-08-03 11:56:03.109 +02:00 [Information] Connecting
112
-2021-08-03 11:56:03.172 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=4IsqPIISg-NycVkNpVfgaULTURZ6Sdi-Zh3B5X9pmwM&format=msgpack
113
-2021-08-03 11:56:03.418 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=4IsqPIISg-NycVkNpVfgaULTURZ6Sdi-Zh3B5X9pmwM&format=msgpack
114
-2021-08-03 11:56:48.024 +02:00 [Warning] Failed to load nodes.json
115
-2021-08-03 11:56:48.146 +02:00 [Warning] File does not exist: C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\nodes.json
116
-2021-08-03 11:56:48.307 +02:00 [Warning]    at StandardStorage.Folder.GetFileAsync(String name, CancellationToken cancellationToken)
117
-   at DSLink.VFS.SystemVFS._getFile(String fileName)
118
-   at DSLink.VFS.SystemVFS.ReadAsync(String fileName)
119
-   at DSLink.Respond.DiskSerializer.DeserializeFromDisk()
120
-2021-08-03 11:56:48.628 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
121
-2021-08-03 11:56:49.971 +02:00 [Information] Handshake successful
122
-2021-08-03 11:56:50.534 +02:00 [Information] Connecting
123
-2021-08-03 11:56:50.874 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ypWQIh8FPOQNhPAXbRN1meG0gWc_sw2va2g3Cg0nMd4&format=msgpack
124
-2021-08-03 11:56:51.227 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=ypWQIh8FPOQNhPAXbRN1meG0gWc_sw2va2g3Cg0nMd4&format=msgpack
125
-2021-08-03 12:02:42.774 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
126
-2021-08-03 12:02:43.276 +02:00 [Information] Handshake successful
127
-2021-08-03 12:02:43.454 +02:00 [Information] Connecting
128
-2021-08-03 12:02:43.489 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=Fz0kksH0XedbyZ5rz1bOhD5ET8QuDRpvOK88ot6khuA&format=msgpack
129
-2021-08-03 12:02:43.562 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=Fz0kksH0XedbyZ5rz1bOhD5ET8QuDRpvOK88ot6khuA&format=msgpack

+ 26
- 0
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210806.txt View File

@@ -0,0 +1,26 @@
1
+2021-08-06 09:19:02.867 +02:00 [Error] Exception processing message from web socket.
2
+System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
3
+ ---> System.IO.IOException: Unable to read data from the transport connection: Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu..
4
+ ---> System.Net.Sockets.SocketException (10060): Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
5
+   --- End of inner exception stack trace ---
6
+   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
7
+   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
8
+   at System.Net.Http.HttpConnection.ReadBufferedAsyncCore(Memory`1 destination)
9
+   at System.Net.Http.HttpConnection.RawConnectionStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
10
+   at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
11
+   at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter)
12
+   at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter)
13
+   at DSLink.Connection.WebSocketConnector.<_startReceiveTask>b__11_0()
14
+2021-08-06 09:19:07.906 +02:00 [Information] Disconnected
15
+2021-08-06 09:19:08.542 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
16
+2021-08-06 09:19:11.232 +02:00 [Information] Disconnecting
17
+2021-08-06 09:19:32.595 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
18
+2021-08-06 09:19:33.599 +02:00 [Warning] Failed to connect, delaying for 1 seconds
19
+2021-08-06 09:19:34.674 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
20
+2021-08-06 09:19:59.937 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
21
+2021-08-06 09:20:00.020 +02:00 [Warning] Failed to connect, delaying for 2 seconds
22
+2021-08-06 09:20:02.301 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
23
+2021-08-06 09:20:10.796 +02:00 [Information] Handshake successful
24
+2021-08-06 09:20:11.340 +02:00 [Information] Connecting
25
+2021-08-06 09:20:12.557 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=f2G0GZ01v86KrZ51g6pDfXtF3opKW3LSWq_nDb8nQX8&format=msgpack
26
+2021-08-06 09:20:15.863 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=f2G0GZ01v86KrZ51g6pDfXtF3opKW3LSWq_nDb8nQX8&format=msgpack

+ 310
- 0
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210809.txt View File

@@ -0,0 +1,310 @@
1
+2021-08-09 11:32:05.544 +02:00 [Error] Exception processing message from web socket.
2
+System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
3
+ ---> System.IO.IOException: Unable to read data from the transport connection: Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte..
4
+ ---> System.Net.Sockets.SocketException (10053): Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte.
5
+   --- End of inner exception stack trace ---
6
+   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
7
+   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
8
+   at System.Net.Http.HttpConnection.ReadBufferedAsyncCore(Memory`1 destination)
9
+   at System.Net.Http.HttpConnection.RawConnectionStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
10
+   at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
11
+   at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter)
12
+   at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter)
13
+   at DSLink.Connection.WebSocketConnector.<_startReceiveTask>b__11_0()
14
+2021-08-09 11:32:09.907 +02:00 [Information] Disconnected
15
+2021-08-09 11:32:10.087 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
16
+2021-08-09 11:32:13.975 +02:00 [Information] Disconnecting
17
+2021-08-09 11:32:27.156 +02:00 [Warning] Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte.
18
+2021-08-09 11:32:27.375 +02:00 [Warning] Failed to connect, delaying for 1 seconds
19
+2021-08-09 11:32:28.622 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
20
+2021-08-09 11:32:35.122 +02:00 [Warning] Une opération a été tentée sur un hôte impossible à atteindre.
21
+2021-08-09 11:32:41.688 +02:00 [Warning] Failed to connect, delaying for 2 seconds
22
+2021-08-09 11:32:45.183 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
23
+2021-08-09 11:33:10.477 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
24
+2021-08-09 11:33:11.655 +02:00 [Warning] Failed to connect, delaying for 3 seconds
25
+2021-08-09 11:33:15.127 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
26
+2021-08-09 11:33:38.373 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
27
+2021-08-09 11:33:38.609 +02:00 [Warning] Failed to connect, delaying for 4 seconds
28
+2021-08-09 11:33:42.897 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
29
+2021-08-09 11:34:11.431 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
30
+2021-08-09 11:34:12.762 +02:00 [Warning] Failed to connect, delaying for 5 seconds
31
+2021-08-09 11:34:18.829 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
32
+2021-08-09 11:34:42.707 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
33
+2021-08-09 11:34:43.007 +02:00 [Warning] Failed to connect, delaying for 6 seconds
34
+2021-08-09 11:34:49.253 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
35
+2021-08-09 11:35:11.618 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
36
+2021-08-09 11:35:11.739 +02:00 [Warning] Failed to connect, delaying for 7 seconds
37
+2021-08-09 11:35:18.936 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
38
+2021-08-09 11:35:41.153 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
39
+2021-08-09 11:35:41.304 +02:00 [Warning] Failed to connect, delaying for 8 seconds
40
+2021-08-09 11:35:49.473 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
41
+2021-08-09 11:36:11.446 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
42
+2021-08-09 11:36:11.499 +02:00 [Warning] Failed to connect, delaying for 9 seconds
43
+2021-08-09 11:36:20.632 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
44
+2021-08-09 11:36:42.555 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
45
+2021-08-09 11:36:42.660 +02:00 [Warning] Failed to connect, delaying for 10 seconds
46
+2021-08-09 11:36:52.840 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
47
+2021-08-09 11:37:14.772 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
48
+2021-08-09 11:37:14.884 +02:00 [Warning] Failed to connect, delaying for 11 seconds
49
+2021-08-09 11:37:26.005 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
50
+2021-08-09 11:37:47.541 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
51
+2021-08-09 11:37:47.621 +02:00 [Warning] Failed to connect, delaying for 12 seconds
52
+2021-08-09 11:37:59.708 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
53
+2021-08-09 11:38:21.374 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
54
+2021-08-09 11:38:21.451 +02:00 [Warning] Failed to connect, delaying for 13 seconds
55
+2021-08-09 11:38:34.605 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
56
+2021-08-09 11:38:56.643 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
57
+2021-08-09 11:38:56.728 +02:00 [Warning] Failed to connect, delaying for 14 seconds
58
+2021-08-09 11:39:10.811 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
59
+2021-08-09 11:39:32.451 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
60
+2021-08-09 11:39:32.507 +02:00 [Warning] Failed to connect, delaying for 15 seconds
61
+2021-08-09 11:39:47.583 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
62
+2021-08-09 11:40:09.430 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
63
+2021-08-09 11:40:09.538 +02:00 [Warning] Failed to connect, delaying for 16 seconds
64
+2021-08-09 11:40:25.741 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
65
+2021-08-09 11:40:47.396 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
66
+2021-08-09 11:40:47.509 +02:00 [Warning] Failed to connect, delaying for 17 seconds
67
+2021-08-09 11:41:05.098 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
68
+2021-08-09 11:41:26.861 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
69
+2021-08-09 11:41:26.954 +02:00 [Warning] Failed to connect, delaying for 18 seconds
70
+2021-08-09 11:41:44.993 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
71
+2021-08-09 11:42:06.898 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
72
+2021-08-09 11:42:06.987 +02:00 [Warning] Failed to connect, delaying for 19 seconds
73
+2021-08-09 11:42:26.072 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
74
+2021-08-09 11:42:47.863 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
75
+2021-08-09 11:42:47.934 +02:00 [Warning] Failed to connect, delaying for 20 seconds
76
+2021-08-09 11:43:08.029 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
77
+2021-08-09 11:43:29.702 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
78
+2021-08-09 11:43:29.757 +02:00 [Warning] Failed to connect, delaying for 21 seconds
79
+2021-08-09 11:43:50.816 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
80
+2021-08-09 11:44:12.507 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
81
+2021-08-09 11:44:12.581 +02:00 [Warning] Failed to connect, delaying for 22 seconds
82
+2021-08-09 11:44:34.681 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
83
+2021-08-09 11:44:56.362 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
84
+2021-08-09 11:44:56.453 +02:00 [Warning] Failed to connect, delaying for 23 seconds
85
+2021-08-09 11:45:19.613 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
86
+2021-08-09 11:45:41.325 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
87
+2021-08-09 11:45:41.376 +02:00 [Warning] Failed to connect, delaying for 24 seconds
88
+2021-08-09 11:46:05.444 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
89
+2021-08-09 11:46:27.011 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
90
+2021-08-09 11:46:27.120 +02:00 [Warning] Failed to connect, delaying for 25 seconds
91
+2021-08-09 11:46:52.159 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
92
+2021-08-09 11:47:13.856 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
93
+2021-08-09 11:47:13.916 +02:00 [Warning] Failed to connect, delaying for 26 seconds
94
+2021-08-09 11:47:39.981 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
95
+2021-08-09 11:48:01.576 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
96
+2021-08-09 11:48:01.625 +02:00 [Warning] Failed to connect, delaying for 27 seconds
97
+2021-08-09 11:48:28.723 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
98
+2021-08-09 11:48:50.226 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
99
+2021-08-09 11:48:50.289 +02:00 [Warning] Failed to connect, delaying for 28 seconds
100
+2021-08-09 11:49:18.377 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
101
+2021-08-09 11:49:40.167 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
102
+2021-08-09 11:49:40.216 +02:00 [Warning] Failed to connect, delaying for 29 seconds
103
+2021-08-09 11:50:09.282 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
104
+2021-08-09 11:50:31.019 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
105
+2021-08-09 11:50:31.078 +02:00 [Warning] Failed to connect, delaying for 30 seconds
106
+2021-08-09 11:51:01.194 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
107
+2021-08-09 11:51:23.196 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
108
+2021-08-09 11:51:23.317 +02:00 [Warning] Failed to connect, delaying for 31 seconds
109
+2021-08-09 11:51:54.467 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
110
+2021-08-09 11:52:16.184 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
111
+2021-08-09 11:52:16.245 +02:00 [Warning] Failed to connect, delaying for 32 seconds
112
+2021-08-09 11:52:48.359 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
113
+2021-08-09 11:53:09.866 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
114
+2021-08-09 11:53:09.921 +02:00 [Warning] Failed to connect, delaying for 33 seconds
115
+2021-08-09 11:53:42.996 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
116
+2021-08-09 11:54:04.749 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
117
+2021-08-09 11:54:04.828 +02:00 [Warning] Failed to connect, delaying for 34 seconds
118
+2021-08-09 11:54:38.906 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
119
+2021-08-09 11:55:00.470 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
120
+2021-08-09 11:55:00.519 +02:00 [Warning] Failed to connect, delaying for 35 seconds
121
+2021-08-09 11:55:35.597 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
122
+2021-08-09 11:55:57.111 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
123
+2021-08-09 11:55:57.175 +02:00 [Warning] Failed to connect, delaying for 36 seconds
124
+2021-08-09 11:56:33.283 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
125
+2021-08-09 11:56:55.011 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
126
+2021-08-09 11:56:55.059 +02:00 [Warning] Failed to connect, delaying for 37 seconds
127
+2021-08-09 11:57:32.140 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
128
+2021-08-09 11:57:53.828 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
129
+2021-08-09 11:57:53.894 +02:00 [Warning] Failed to connect, delaying for 38 seconds
130
+2021-08-09 11:58:31.962 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
131
+2021-08-09 11:58:53.782 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
132
+2021-08-09 11:58:53.820 +02:00 [Warning] Failed to connect, delaying for 39 seconds
133
+2021-08-09 11:59:32.926 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
134
+2021-08-09 11:59:54.433 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
135
+2021-08-09 11:59:54.485 +02:00 [Warning] Failed to connect, delaying for 40 seconds
136
+2021-08-09 12:00:34.541 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
137
+2021-08-09 12:00:56.054 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
138
+2021-08-09 12:00:56.144 +02:00 [Warning] Failed to connect, delaying for 41 seconds
139
+2021-08-09 12:01:37.327 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
140
+2021-08-09 12:01:58.816 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
141
+2021-08-09 12:01:58.880 +02:00 [Warning] Failed to connect, delaying for 42 seconds
142
+2021-08-09 12:02:40.960 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
143
+2021-08-09 12:03:02.410 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
144
+2021-08-09 12:03:02.536 +02:00 [Warning] Failed to connect, delaying for 43 seconds
145
+2021-08-09 12:03:45.670 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
146
+2021-08-09 12:04:07.330 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
147
+2021-08-09 12:04:07.412 +02:00 [Warning] Failed to connect, delaying for 44 seconds
148
+2021-08-09 12:04:51.479 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
149
+2021-08-09 12:05:13.104 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
150
+2021-08-09 12:05:13.169 +02:00 [Warning] Failed to connect, delaying for 45 seconds
151
+2021-08-09 12:05:58.223 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
152
+2021-08-09 12:06:19.774 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
153
+2021-08-09 12:06:20.088 +02:00 [Warning] Failed to connect, delaying for 46 seconds
154
+2021-08-09 12:07:06.230 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
155
+2021-08-09 12:07:27.880 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
156
+2021-08-09 12:07:28.159 +02:00 [Warning] Failed to connect, delaying for 47 seconds
157
+2021-08-09 12:08:15.244 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
158
+2021-08-09 12:08:36.866 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
159
+2021-08-09 12:08:36.910 +02:00 [Warning] Failed to connect, delaying for 48 seconds
160
+2021-08-09 12:09:25.040 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
161
+2021-08-09 12:09:46.709 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
162
+2021-08-09 12:09:46.788 +02:00 [Warning] Failed to connect, delaying for 49 seconds
163
+2021-08-09 12:10:35.866 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
164
+2021-08-09 12:10:57.443 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
165
+2021-08-09 12:10:57.516 +02:00 [Warning] Failed to connect, delaying for 50 seconds
166
+2021-08-09 12:11:47.557 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
167
+2021-08-09 12:12:09.200 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
168
+2021-08-09 12:12:09.275 +02:00 [Warning] Failed to connect, delaying for 51 seconds
169
+2021-08-09 12:13:00.347 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
170
+2021-08-09 12:13:22.034 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
171
+2021-08-09 12:13:22.095 +02:00 [Warning] Failed to connect, delaying for 52 seconds
172
+2021-08-09 12:14:14.136 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
173
+2021-08-09 12:14:35.736 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
174
+2021-08-09 12:14:35.787 +02:00 [Warning] Failed to connect, delaying for 53 seconds
175
+2021-08-09 12:15:29.054 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
176
+2021-08-09 12:15:50.550 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
177
+2021-08-09 12:15:50.593 +02:00 [Warning] Failed to connect, delaying for 54 seconds
178
+2021-08-09 12:16:44.686 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
179
+2021-08-09 12:17:06.342 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
180
+2021-08-09 12:17:06.401 +02:00 [Warning] Failed to connect, delaying for 55 seconds
181
+2021-08-09 12:18:01.445 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
182
+2021-08-09 12:18:23.307 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
183
+2021-08-09 12:18:23.385 +02:00 [Warning] Failed to connect, delaying for 56 seconds
184
+2021-08-09 12:19:19.442 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
185
+2021-08-09 12:19:41.110 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
186
+2021-08-09 12:19:41.206 +02:00 [Warning] Failed to connect, delaying for 57 seconds
187
+2021-08-09 12:20:38.277 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
188
+2021-08-09 12:21:00.228 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
189
+2021-08-09 12:21:00.507 +02:00 [Warning] Failed to connect, delaying for 58 seconds
190
+2021-08-09 12:21:58.636 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
191
+2021-08-09 12:22:20.221 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
192
+2021-08-09 12:22:20.322 +02:00 [Warning] Failed to connect, delaying for 59 seconds
193
+2021-08-09 12:23:19.332 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
194
+2021-08-09 12:23:41.002 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
195
+2021-08-09 12:23:41.316 +02:00 [Warning] Failed to connect, delaying for 60 seconds
196
+2021-08-09 12:24:41.426 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
197
+2021-08-09 12:25:03.135 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
198
+2021-08-09 12:25:03.288 +02:00 [Warning] Failed to connect, delaying for 60 seconds
199
+2021-08-09 12:26:03.397 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
200
+2021-08-09 12:26:25.078 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
201
+2021-08-09 12:26:25.164 +02:00 [Warning] Failed to connect, delaying for 60 seconds
202
+2021-08-09 12:27:25.340 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
203
+2021-08-09 12:27:46.833 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
204
+2021-08-09 12:27:47.277 +02:00 [Warning] Failed to connect, delaying for 60 seconds
205
+2021-08-09 12:28:47.390 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
206
+2021-08-09 12:29:08.874 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
207
+2021-08-09 12:29:08.918 +02:00 [Warning] Failed to connect, delaying for 60 seconds
208
+2021-08-09 12:30:09.006 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
209
+2021-08-09 12:30:30.560 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
210
+2021-08-09 12:30:30.607 +02:00 [Warning] Failed to connect, delaying for 60 seconds
211
+2021-08-09 12:31:30.662 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
212
+2021-08-09 12:31:53.068 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
213
+2021-08-09 12:31:53.373 +02:00 [Warning] Failed to connect, delaying for 60 seconds
214
+2021-08-09 12:32:53.539 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
215
+2021-08-09 12:33:15.490 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
216
+2021-08-09 12:33:15.584 +02:00 [Warning] Failed to connect, delaying for 60 seconds
217
+2021-08-09 12:34:15.675 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
218
+2021-08-09 12:34:37.306 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
219
+2021-08-09 12:34:37.358 +02:00 [Warning] Failed to connect, delaying for 60 seconds
220
+2021-08-09 12:35:37.481 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
221
+2021-08-09 12:35:59.065 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
222
+2021-08-09 12:35:59.156 +02:00 [Warning] Failed to connect, delaying for 60 seconds
223
+2021-08-09 12:36:59.238 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
224
+2021-08-09 12:37:20.817 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
225
+2021-08-09 12:37:20.943 +02:00 [Warning] Failed to connect, delaying for 60 seconds
226
+2021-08-09 12:38:20.991 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
227
+2021-08-09 12:38:42.795 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
228
+2021-08-09 12:38:42.926 +02:00 [Warning] Failed to connect, delaying for 60 seconds
229
+2021-08-09 12:39:43.129 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
230
+2021-08-09 12:40:05.014 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
231
+2021-08-09 12:40:05.059 +02:00 [Warning] Failed to connect, delaying for 60 seconds
232
+2021-08-09 12:41:05.237 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
233
+2021-08-09 12:41:26.793 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
234
+2021-08-09 12:41:26.903 +02:00 [Warning] Failed to connect, delaying for 60 seconds
235
+2021-08-09 12:42:26.958 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
236
+2021-08-09 12:42:48.611 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
237
+2021-08-09 12:42:48.670 +02:00 [Warning] Failed to connect, delaying for 60 seconds
238
+2021-08-09 12:43:48.835 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
239
+2021-08-09 12:44:10.903 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
240
+2021-08-09 12:44:11.009 +02:00 [Warning] Failed to connect, delaying for 60 seconds
241
+2021-08-09 12:45:11.074 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
242
+2021-08-09 12:45:32.857 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
243
+2021-08-09 12:45:32.928 +02:00 [Warning] Failed to connect, delaying for 60 seconds
244
+2021-08-09 12:46:32.975 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
245
+2021-08-09 12:46:54.640 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
246
+2021-08-09 12:46:54.698 +02:00 [Warning] Failed to connect, delaying for 60 seconds
247
+2021-08-09 12:47:54.741 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
248
+2021-08-09 12:48:16.312 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
249
+2021-08-09 12:48:16.393 +02:00 [Warning] Failed to connect, delaying for 60 seconds
250
+2021-08-09 12:49:16.604 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
251
+2021-08-09 12:49:38.310 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
252
+2021-08-09 12:49:38.396 +02:00 [Warning] Failed to connect, delaying for 60 seconds
253
+2021-08-09 12:50:44.761 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
254
+2021-08-09 12:51:06.487 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
255
+2021-08-09 12:51:06.673 +02:00 [Warning] Failed to connect, delaying for 60 seconds
256
+2021-08-09 12:52:10.371 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
257
+2021-08-09 12:52:31.935 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
258
+2021-08-09 12:52:31.996 +02:00 [Warning] Failed to connect, delaying for 60 seconds
259
+2021-08-09 12:53:32.066 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
260
+2021-08-09 12:53:53.895 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
261
+2021-08-09 12:53:53.948 +02:00 [Warning] Failed to connect, delaying for 60 seconds
262
+2021-08-09 12:54:54.025 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
263
+2021-08-09 12:55:15.698 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
264
+2021-08-09 12:55:15.775 +02:00 [Warning] Failed to connect, delaying for 60 seconds
265
+2021-08-09 12:56:15.869 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
266
+2021-08-09 12:56:37.536 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
267
+2021-08-09 12:56:37.598 +02:00 [Warning] Failed to connect, delaying for 60 seconds
268
+2021-08-09 12:57:39.317 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
269
+2021-08-09 12:58:01.028 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
270
+2021-08-09 12:58:01.290 +02:00 [Warning] Failed to connect, delaying for 60 seconds
271
+2021-08-09 12:59:01.332 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
272
+2021-08-09 12:59:22.943 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
273
+2021-08-09 12:59:23.002 +02:00 [Warning] Failed to connect, delaying for 60 seconds
274
+2021-08-09 13:00:23.108 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
275
+2021-08-09 13:00:44.709 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
276
+2021-08-09 13:00:44.802 +02:00 [Warning] Failed to connect, delaying for 60 seconds
277
+2021-08-09 13:01:44.883 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
278
+2021-08-09 13:02:06.534 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
279
+2021-08-09 13:02:06.575 +02:00 [Warning] Failed to connect, delaying for 60 seconds
280
+2021-08-09 13:03:06.616 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
281
+2021-08-09 13:03:28.410 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
282
+2021-08-09 13:03:28.535 +02:00 [Warning] Failed to connect, delaying for 60 seconds
283
+2021-08-09 13:04:28.620 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
284
+2021-08-09 13:04:50.308 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
285
+2021-08-09 13:04:50.369 +02:00 [Warning] Failed to connect, delaying for 60 seconds
286
+2021-08-09 13:05:50.443 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
287
+2021-08-09 13:06:12.178 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
288
+2021-08-09 13:06:12.273 +02:00 [Warning] Failed to connect, delaying for 60 seconds
289
+2021-08-09 13:07:12.326 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
290
+2021-08-09 13:07:34.460 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
291
+2021-08-09 13:07:34.614 +02:00 [Warning] Failed to connect, delaying for 60 seconds
292
+2021-08-09 13:08:34.668 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
293
+2021-08-09 13:08:56.323 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
294
+2021-08-09 13:08:56.412 +02:00 [Warning] Failed to connect, delaying for 60 seconds
295
+2021-08-09 13:09:56.470 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
296
+2021-08-09 13:10:18.142 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
297
+2021-08-09 13:10:18.227 +02:00 [Warning] Failed to connect, delaying for 60 seconds
298
+2021-08-09 13:11:18.362 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
299
+2021-08-09 13:11:40.117 +02:00 [Warning] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu.
300
+2021-08-09 13:11:40.176 +02:00 [Warning] Failed to connect, delaying for 60 seconds
301
+2021-08-09 13:12:40.328 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
302
+2021-08-09 13:12:42.066 +02:00 [Information] Handshake successful
303
+2021-08-09 13:12:42.677 +02:00 [Information] Connecting
304
+2021-08-09 13:12:43.700 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=3EKTm5CNYnvtX5YBvK1K80UUFqjGoiIkIOqSLcxaXvs&format=msgpack
305
+2021-08-09 13:12:46.255 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=3EKTm5CNYnvtX5YBvK1K80UUFqjGoiIkIOqSLcxaXvs&format=msgpack
306
+2021-08-09 17:43:22.592 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
307
+2021-08-09 17:43:24.761 +02:00 [Information] Handshake successful
308
+2021-08-09 17:43:26.504 +02:00 [Information] Connecting
309
+2021-08-09 17:43:26.550 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=mUc1IhjOQ-PZWE-eJJhBEv_iwYT6wwrUgLoG56R4KI8&format=msgpack
310
+2021-08-09 17:43:26.809 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=mUc1IhjOQ-PZWE-eJJhBEv_iwYT6wwrUgLoG56R4KI8&format=msgpack

+ 15
- 0
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/log-20210810.txt View File

@@ -0,0 +1,15 @@
1
+2021-08-10 10:01:09.834 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
2
+2021-08-10 10:01:11.097 +02:00 [Information] Handshake successful
3
+2021-08-10 10:01:11.781 +02:00 [Information] Connecting
4
+2021-08-10 10:01:11.824 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=2Lqb6fCGsKF9tQKEBKawf6f2yI4t8PsqGpO5jFlfBR8&format=msgpack
5
+2021-08-10 10:01:11.973 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=2Lqb6fCGsKF9tQKEBKawf6f2yI4t8PsqGpO5jFlfBR8&format=msgpack
6
+2021-08-10 12:52:32.116 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
7
+2021-08-10 12:52:32.874 +02:00 [Information] Handshake successful
8
+2021-08-10 12:52:33.614 +02:00 [Information] Connecting
9
+2021-08-10 12:52:33.651 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=wk4x7Iw5j2es8mrs-JwnwnIwVYZMKqF5VD8-4sGyucM&format=msgpack
10
+2021-08-10 12:52:33.789 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=wk4x7Iw5j2es8mrs-JwnwnIwVYZMKqF5VD8-4sGyucM&format=msgpack
11
+2021-08-10 15:18:12.256 +02:00 [Information] Handshaking with http://192.168.1.54:8080/conn?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs
12
+2021-08-10 15:18:12.833 +02:00 [Information] Handshake successful
13
+2021-08-10 15:18:13.656 +02:00 [Information] Connecting
14
+2021-08-10 15:18:13.694 +02:00 [Information] WebSocket connecting to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=0WXjdydamm39OqRForInn9t_ALW3ViShWWfAyLKMugg&format=msgpack
15
+2021-08-10 15:18:13.899 +02:00 [Information] Connected to ws://192.168.1.54:8080/ws?dsId=RTSP-OMdrHg0avIBTMlApcGJyO6F7_WThL5P0aIxLoTJwYrs&auth=0WXjdydamm39OqRForInn9t_ALW3ViShWWfAyLKMugg&format=msgpack

+ 38
- 0
RSTP_DSLink/RSTP_DSLink/bin/Debug/netcoreapp3.1/nodes.json View File

@@ -42,5 +42,43 @@
42 42
     "$invokable": "config",
43 43
     "privateConfigs": {},
44 44
     "?class": "alarmAdd"
45
+  },
46
+  "alarms": {
47
+    "$is": "node",
48
+    "privateConfigs": {},
49
+    "alarme1": {
50
+      "$is": "alarm",
51
+      "$writable": "read",
52
+      "$type": "bool",
53
+      "privateConfigs": {},
54
+      "remove": {
55
+        "$is": "removeNode",
56
+        "$name": "Remove",
57
+        "$invokable": "config",
58
+        "privateConfigs": {},
59
+        "?class": "removeNode"
60
+      },
61
+      "?value": false,
62
+      "?class": "alarm"
63
+    }
64
+  },
65
+  "streams": {
66
+    "$is": "node",
67
+    "privateConfigs": {},
68
+    "cam2": {
69
+      "$is": "stream",
70
+      "$writable": "read",
71
+      "$type": "number",
72
+      "privateConfigs": {},
73
+      "remove": {
74
+        "$is": "removeNode",
75
+        "$name": "Remove",
76
+        "$invokable": "config",
77
+        "privateConfigs": {},
78
+        "?class": "removeNode"
79
+      },
80
+      "?value": 8083,
81
+      "?class": "stream"
82
+    }
45 83
   }
46 84
 }

BIN
RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.csproj.AssemblyReference.cache View File


+ 1
- 0
RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.csproj.FileListAbsolute.txt View File

@@ -37,3 +37,4 @@ C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreap
37 37
 C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.0\System.Security.AccessControl.dll
38 38
 C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
39 39
 C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Security.Principal.Windows.dll
40
+C:\Users\l.farina\Desktop\UCRM_stage\RSTP_DSLink\RSTP_DSLink\obj\Debug\netcoreapp3.1\RSTP_DSLink.csproj.AssemblyReference.cache

BIN
RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.dll View File


BIN
RSTP_DSLink/RSTP_DSLink/obj/Debug/netcoreapp3.1/RSTP_DSLink.pdb View File


BIN
Test_GPIO/.vs/Test_GPIO/DesignTimeBuild/.dtbcache.v2 View File


BIN
Test_GPIO/.vs/Test_GPIO/v16/.suo View File


+ 0
- 25
Test_GPIO/Test_GPIO.sln View File

@@ -1,25 +0,0 @@
1
-
2
-Microsoft Visual Studio Solution File, Format Version 12.00
3
-# Visual Studio Version 16
4
-VisualStudioVersion = 16.0.31424.327
5
-MinimumVisualStudioVersion = 10.0.40219.1
6
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_GPIO", "Test_GPIO\Test_GPIO.csproj", "{65E063DE-75B9-447F-A680-C2AE241F3E14}"
7
-EndProject
8
-Global
9
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
10
-		Debug|Any CPU = Debug|Any CPU
11
-		Release|Any CPU = Release|Any CPU
12
-	EndGlobalSection
13
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
14
-		{65E063DE-75B9-447F-A680-C2AE241F3E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15
-		{65E063DE-75B9-447F-A680-C2AE241F3E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
16
-		{65E063DE-75B9-447F-A680-C2AE241F3E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
17
-		{65E063DE-75B9-447F-A680-C2AE241F3E14}.Release|Any CPU.Build.0 = Release|Any CPU
18
-	EndGlobalSection
19
-	GlobalSection(SolutionProperties) = preSolution
20
-		HideSolutionNode = FALSE
21
-	EndGlobalSection
22
-	GlobalSection(ExtensibilityGlobals) = postSolution
23
-		SolutionGuid = {EAC4D879-223A-4F9A-90A1-CEDD38CC28F6}
24
-	EndGlobalSection
25
-EndGlobal

+ 0
- 169
Test_GPIO/Test_GPIO/Driver.cs View File

@@ -1,169 +0,0 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.Device.Gpio;
4
-using System.Net;
5
-using System.Threading;
6
-using System.Threading.Tasks;
7
-
8
-namespace Iot.Device.Pigpio
9
-{
10
-    /// <summary>
11
-    /// 
12
-    /// </summary>
13
-    public class Driver : GpioDriver
14
-    {
15
-        private readonly IPEndPoint _endpoint;
16
-        private readonly PigpiodIf _proxy;
17
-        private readonly List<int> _openPins;
18
-
19
-        /// <summary>
20
-        /// 
21
-        /// </summary>
22
-        /// <param name="endpoint"></param>
23
-        public Driver(IPEndPoint endpoint)
24
-        {
25
-            _endpoint = endpoint;
26
-            _proxy = new PigpiodIf();
27
-
28
-            _openPins = new List<int>();
29
-        }
30
-
31
-        /// <summary>
32
-        /// 
33
-        /// </summary>
34
-        /// <returns></returns>
35
-        public Task ConnectAsync()
36
-        {
37
-            _proxy.pigpio_start(_endpoint.Address.ToString(), _endpoint.Port.ToString());
38
-
39
-            return Task.CompletedTask;
40
-        }
41
-
42
-        /// <inheritdoc/>
43
-        protected override int PinCount => PigpiodIf.PI_MAX_USER_GPIO;
44
-
45
-        /// <summary>
46
-        /// 
47
-        /// </summary>
48
-        /// <param name="pinNumber"></param>
49
-        /// <param name="eventTypes"></param>
50
-        /// <param name="callback"></param>
51
-        protected override void AddCallbackForPinValueChangedEvent(int pinNumber, PinEventTypes eventTypes, PinChangeEventHandler callback)
52
-        {
53
-            throw new NotImplementedException();
54
-        }
55
-
56
-        /// <inheritdoc/>
57
-        protected override void ClosePin(int pinNumber)
58
-        {
59
-            if (_openPins.Contains(pinNumber))
60
-            {
61
-                _openPins.Remove(pinNumber);
62
-            }
63
-            else
64
-            {
65
-                throw new InvalidOperationException($"Pin '{pinNumber}' hasn't been opened");
66
-            }
67
-        }
68
-
69
-        /// <inheritdoc/>
70
-        protected override int ConvertPinNumberToLogicalNumberingScheme(int pinNumber)
71
-        {
72
-            throw new NotImplementedException();
73
-        }
74
-
75
-        /// <inheritdoc/>
76
-        protected override PinMode GetPinMode(int pinNumber)
77
-        {
78
-            var mode = _proxy.get_mode((uint)pinNumber);
79
-
80
-            switch (mode)
81
-            {
82
-                case PigpiodIf.PI_INPUT: return PinMode.Input;
83
-                case PigpiodIf.PI_OUTPUT: return PinMode.Output;
84
-                default: throw new ArgumentException($"Unknown PinMode value '{mode}'");
85
-            }
86
-        }
87
-
88
-        /// <inheritdoc/>
89
-        protected override bool IsPinModeSupported(int pinNumber, PinMode mode)
90
-        {
91
-            switch (mode)
92
-            {
93
-                case PinMode.Input: return true;
94
-                case PinMode.InputPullUp: return true;
95
-                case PinMode.InputPullDown: return true;
96
-                case PinMode.Output: return true;
97
-                default: return false; // Only input & output supported ATM. Should be increased to support input-pullup/pulldown
98
-            }
99
-        }
100
-
101
-        /// <inheritdoc/>
102
-        protected override void OpenPin(int pinNumber)
103
-        {
104
-            if (!_openPins.Contains(pinNumber))
105
-            {
106
-                _openPins.Add(pinNumber);
107
-            }
108
-            else
109
-            {
110
-                throw new InvalidOperationException($"Pin '{pinNumber}' is already been open");
111
-            }
112
-        }
113
-
114
-        /// <inheritdoc/>
115
-        protected override PinValue Read(int pinNumber)
116
-        {
117
-            return _proxy.gpio_read((uint)pinNumber);
118
-        }
119
-
120
-        /// <inheritdoc/>
121
-        protected override void RemoveCallbackForPinValueChangedEvent(int pinNumber, PinChangeEventHandler callback)
122
-        {
123
-            throw new NotImplementedException();
124
-        }
125
-
126
-        /// <inheritdoc/>
127
-        protected override void SetPinMode(int pinNumber, PinMode pinMode)
128
-        {
129
-            var mode = pinMode.AsMode();
130
-            var pud = pinMode.AsPullUpDown();
131
-
132
-            _proxy.set_mode((uint)pinNumber, mode);
133
-            _proxy.set_pull_up_down((uint)pinNumber, pud);
134
-        }
135
-
136
-        /// <inheritdoc/>
137
-        protected override WaitForEventResult WaitForEvent(int pinNumber, PinEventTypes eventTypes, CancellationToken cancellationToken)
138
-        {
139
-            bool eventDetected = false;
140
-            int oldValue = _proxy.gpio_read((uint)pinNumber);
141
-            int newValue;
142
-            while (!eventDetected)
143
-            {
144
-                newValue = _proxy.gpio_read ((uint)pinNumber);
145
-                //Console.WriteLine(newValue);
146
-
147
-                if ((eventTypes == PinEventTypes.Rising && newValue == 1 && oldValue == 0)
148
-                || (eventTypes == PinEventTypes.Falling && newValue == 0 && oldValue == 1))
149
-                    eventDetected = true;
150
-
151
-                oldValue = newValue;
152
-                //System.Threading.Thread.Sleep(500);
153
-            }
154
-            
155
-            WaitForEventResult result;
156
-            result.EventTypes = eventTypes;
157
-            result.TimedOut = false;
158
-            return result;
159
-        }
160
-
161
-        /// <inheritdoc/>
162
-        protected override void Write(int pinNumber, PinValue pinValue)
163
-        {
164
-            var value = pinValue.AsValue();
165
-
166
-            _proxy.gpio_write((uint)pinNumber, value);
167
-        }
168
-    }
169
-}

+ 0
- 36
Test_GPIO/Test_GPIO/Helpers.cs View File

@@ -1,36 +0,0 @@
1
-using System;
2
-using System.Device.Gpio;
3
-
4
-namespace Iot.Device.Pigpio
5
-{
6
-    internal static class Helpers
7
-    {
8
-        public static uint AsMode(this PinMode mode)
9
-        {
10
-            switch (mode)
11
-            {
12
-                case PinMode.Input: return PigpiodIf.PI_INPUT;
13
-                case PinMode.InputPullUp: return PigpiodIf.PI_INPUT;
14
-                case PinMode.InputPullDown: return PigpiodIf.PI_INPUT;
15
-                case PinMode.Output: return PigpiodIf.PI_OUTPUT;
16
-                default: throw new ArgumentException($"PinMode value of '{mode}' is not valid");
17
-            }
18
-        }
19
-
20
-        public static uint AsPullUpDown(this PinMode mode)
21
-        {
22
-            switch (mode)
23
-            {
24
-                case PinMode.InputPullUp: return PigpiodIf.PI_PUD_UP;
25
-                case PinMode.InputPullDown: return PigpiodIf.PI_PUD_DOWN;
26
-                default: return PigpiodIf.PI_PUD_OFF;
27
-            }
28
-        }
29
-
30
-
31
-        public static uint AsValue(this PinValue value)
32
-        {
33
-            return (uint)(int)value;
34
-        }
35
-    }
36
-}

+ 0
- 2789
Test_GPIO/Test_GPIO/PigpiodIf.cs
File diff suppressed because it is too large
View File


+ 0
- 42
Test_GPIO/Test_GPIO/Program.cs View File

@@ -1,42 +0,0 @@
1
-using Iot.Device.Pigpio;
2
-using System;
3
-using System.Device.Gpio;
4
-using System.Net;
5
-using System.Threading;
6
-using System.Threading.Tasks;
7
-
8
-namespace ConsoleApp9
9
-{
10
-    class Program
11
-    {
12
-        static async Task Main(string[] args)
13
-        {
14
-            var addr = "80.11.204.244";
15
-            var port = 9031;
16
-            var pin = 12;
17
-           // var blinks = 5;
18
-
19
-            using (var driver = new Driver(new IPEndPoint(IPAddress.Parse(addr), port)))
20
-            {
21
-                await driver.ConnectAsync();                
22
-                await Task.Delay(TimeSpan.FromSeconds(1)); //Give the socket time to get connected
23
-
24
-                Console.WriteLine("Connected");
25
-
26
-                using (var controller = new GpioController(PinNumberingScheme.Logical, driver))
27
-                {
28
-                    controller.OpenPin(pin);
29
-                    controller.SetPinMode(pin, PinMode.InputPullUp);
30
-
31
-                    while (true)
32
-                    {
33
-                        controller.WaitForEvent(pin, PinEventTypes.Falling, new CancellationToken(false));
34
-                        Console.WriteLine("Beep boop");
35
-                    }
36
-
37
-                    controller.ClosePin(pin);
38
-                }
39
-            }
40
-        }
41
-    }
42
-}

+ 0
- 24
Test_GPIO/Test_GPIO/ReadMe.md View File

@@ -1,24 +0,0 @@
1
-# Pigpio
2
-
3
-This GpioDriver implementation allows you to remotely control a Raspberry Pi's GPIO pins via a wired or wireless network connection. It is compatible with (at time of writing) every Raspberry Pi including Model A, A+, B, B+, Zero, ZeroW, Pi2B, Pi3B (Pi4 support is currently experimental).
4
-
5
-## Setting up the Raspberry Pi
6
-
7
-1. Install a recent version of Raspbian onto the Pi; Stretch or Buster is fine.
8
-2. Make sure the Pi has network access so either via a wired or wireless connection
9
-3. Configured the raspberry pi to allow remote GPIO control by following the steps in section 4.1 [here](https://gpiozero.readthedocs.io/en/stable/remote_gpio.html#preparing-the-raspberry-pi).
10
-
11
-And you're done.
12
-
13
-## Running the sample
14
-
15
-The sample application (Pigpio.Sample) will periodically set GPIO4 high then low. If you connected an LED (with a current limiting resistor) to GPIO4 you then run the application you should see if turn on or off every second.
16
-
17
-To run the sample you'll need to determine the IP address of the Pi you configured above and specify it as the first argument to the application; for example:
18
-
19
-```
20
-Pigpio.Sample.exe 192.168.1.101
21
-```
22
-
23
-If all goes to plan, you should see something like [this](https://www.youtube.com/watch?v=F9m0fqZjOGQ)
24
-

+ 0
- 156
Test_GPIO/Test_GPIO/TcpConnection.cs View File

@@ -1,156 +0,0 @@
1
-using System;
2
-using System.Net.Sockets;
3
-
4
-namespace Iot.Device.Pigpio
5
-{
6
-    internal class TcpConnection
7
-    {
8
-        #region # event
9
-
10
-        public event EventHandler StreamChanged;
11
-
12
-        #endregion
13
-
14
-
15
-        #region # private field
16
-
17
-        private TcpClient tcp = null;
18
-        private string ipOrHost;
19
-        private int port;
20
-
21
-        #endregion
22
-
23
-
24
-        #region # public property
25
-
26
-        public bool IsOpened
27
-        {
28
-            get
29
-            {
30
-                return tcp != null;
31
-            }
32
-        }
33
-
34
-        private NetworkStream _stream = null;
35
-        public NetworkStream Stream
36
-        {
37
-            get
38
-            {
39
-                return _stream;
40
-            }
41
-            set
42
-            {
43
-                _stream = value;
44
-                if (StreamChanged != null)
45
-                {
46
-                    StreamChanged.Invoke(this, new EventArgs());
47
-                }
48
-            }
49
-        }
50
-
51
-        #endregion
52
-
53
-
54
-        #region # Implementation of IDisposable
55
-
56
-        bool disposed = false;
57
-        public void Dispose()
58
-        {
59
-            Dispose(true);
60
-            GC.SuppressFinalize(this);
61
-        }
62
-        protected virtual void Dispose(bool disposing)
63
-        {
64
-            if (disposed)
65
-                return;
66
-
67
-            if (disposing)
68
-            {
69
-                // Release managed objects
70
-                Close();
71
-            }
72
-
73
-            // Release unmanaged objects
74
-
75
-            disposed = true;
76
-        }
77
-        ~TcpConnection()
78
-        {
79
-            Dispose(false);
80
-        }
81
-
82
-        #endregion
83
-
84
-
85
-        #region # public method
86
-
87
-        public bool Open(string ipOrHost, int port)
88
-        {
89
-            if (tcp == null)
90
-            {
91
-                try
92
-                {
93
-                    this.ipOrHost = ipOrHost;
94
-                    this.port = port;
95
-
96
-                    tcp = new TcpClient();
97
-                    tcp.BeginConnect(ipOrHost, port, new AsyncCallback(NetConnectCallback), null);
98
-
99
-                    Console.WriteLine("Connecting to {0}:{1}...", ipOrHost, port);
100
-                }
101
-                catch (Exception ex)
102
-                {
103
-                    Console.WriteLine("Connection failed({0}).", ex.Message);
104
-                    Close();
105
-                    return false;
106
-                }
107
-            }
108
-            return true;
109
-        }
110
-
111
-        public void Close()
112
-        {
113
-            if (Stream != null)
114
-            {
115
-                // Execute handlers of StreamChanged event, and call Dispose()
116
-                var stream = Stream;
117
-                Stream = null;
118
-                stream.Dispose();
119
-            }
120
-            if (tcp != null)
121
-            {
122
-                tcp.Close();
123
-                tcp = null;
124
-
125
-                Console.WriteLine("{0}:{1} was disconnected.", ipOrHost, port);
126
-            }
127
-            ipOrHost = string.Empty;
128
-            port = 0;
129
-        }
130
-
131
-        #endregion
132
-
133
-
134
-        #region # private method
135
-
136
-        private void NetConnectCallback(IAsyncResult result)
137
-        {
138
-            if (tcp == null)
139
-                return;
140
-
141
-            if (tcp.Connected)
142
-            {
143
-                Console.WriteLine("Connected to LAN {0}:{1}.",
144
-                    ((System.Net.IPEndPoint)tcp.Client.RemoteEndPoint).Address,
145
-                    ((System.Net.IPEndPoint)tcp.Client.RemoteEndPoint).Port);
146
-
147
-                var stream = tcp.GetStream();
148
-                stream.ReadTimeout = 10000;
149
-                stream.WriteTimeout = 10000;
150
-                Stream = stream;
151
-            }
152
-        }
153
-
154
-        #endregion
155
-    }
156
-}

+ 0
- 14
Test_GPIO/Test_GPIO/Test_GPIO.csproj View File

@@ -1,14 +0,0 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
2
-
3
-  <PropertyGroup>
4
-    <OutputType>Exe</OutputType>
5
-    <TargetFramework>net5.0</TargetFramework>
6
-  </PropertyGroup>
7
-
8
-  <ItemGroup>
9
-    <PackageReference Include="Iot.Device.Bindings" Version="1.5.0" />
10
-    <PackageReference Include="System.Device.Gpio" Version="1.5.0" />
11
-    <PackageReference Include="Unosquare.PiGpio" Version="0.3.1" />
12
-  </ItemGroup>
13
-
14
-</Project>

BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Iot.Device.Bindings.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Microsoft.Extensions.Logging.Abstractions.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Microsoft.Win32.SystemEvents.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/SixLabors.ImageSharp.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Swan.Lite.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Swan.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.CodeDom.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Device.Gpio.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Drawing.Common.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.IO.Ports.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/System.Management.dll View File


+ 0
- 1321
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.deps.json
File diff suppressed because it is too large
View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.exe View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.pdb View File


+ 0
- 8
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.runtimeconfig.dev.json View File

@@ -1,8 +0,0 @@
1
-{
2
-  "runtimeOptions": {
3
-    "additionalProbingPaths": [
4
-      "C:\\Users\\l.farina\\.dotnet\\store\\|arch|\\|tfm|",
5
-      "C:\\Users\\l.farina\\.nuget\\packages"
6
-    ]
7
-  }
8
-}

+ 0
- 9
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Test_GPIO.runtimeconfig.json View File

@@ -1,9 +0,0 @@
1
-{
2
-  "runtimeOptions": {
3
-    "tfm": "net5.0",
4
-    "framework": {
5
-      "name": "Microsoft.NETCore.App",
6
-      "version": "5.0.0"
7
-    }
8
-  }
9
-}

BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/UnitsNet.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Unosquare.PiGpio.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/Unosquare.Raspberry.Abstractions.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/ref/Test_GPIO.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp2.0/System.Management.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll View File


BIN
Test_GPIO/Test_GPIO/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll View File


+ 0
- 4
Test_GPIO/Test_GPIO/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs View File

@@ -1,4 +0,0 @@
1
-// <autogenerated />
2
-using System;
3
-using System.Reflection;
4
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

+ 0
- 23
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.AssemblyInfo.cs View File

@@ -1,23 +0,0 @@
1
-//------------------------------------------------------------------------------
2
-// <auto-generated>
3
-//     Ce code a été généré par un outil.
4
-//     Version du runtime :4.0.30319.42000
5
-//
6
-//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7
-//     le code est régénéré.
8
-// </auto-generated>
9
-//------------------------------------------------------------------------------
10
-
11
-using System;
12
-using System.Reflection;
13
-
14
-[assembly: System.Reflection.AssemblyCompanyAttribute("Test_GPIO")]
15
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18
-[assembly: System.Reflection.AssemblyProductAttribute("Test_GPIO")]
19
-[assembly: System.Reflection.AssemblyTitleAttribute("Test_GPIO")]
20
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21
-
22
-// Généré par la classe MSBuild WriteCodeFragment.
23
-

+ 0
- 1
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.AssemblyInfoInputs.cache View File

@@ -1 +0,0 @@
1
-6c4ac033c60af7bb6343258ecd6b4310354d8cc3

+ 0
- 8
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.GeneratedMSBuildEditorConfig.editorconfig View File

@@ -1,8 +0,0 @@
1
-is_global = true
2
-build_property.TargetFramework = net5.0
3
-build_property.TargetPlatformMinVersion = 
4
-build_property.UsingMicrosoftNETSdkWeb = 
5
-build_property.ProjectTypeGuids = 
6
-build_property.PublishSingleFile = 
7
-build_property.IncludeAllContentForSelfExtract = 
8
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows

BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.assets.cache View File


BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.AssemblyReference.cache View File


+ 0
- 0
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.CopyComplete View File


+ 0
- 1
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.CoreCompileInputs.cache View File

@@ -1 +0,0 @@
1
-9d0554aee7d590734b25522fce768cece2ef98d2

+ 0
- 42
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.csproj.FileListAbsolute.txt View File

@@ -1,42 +0,0 @@
1
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.csproj.AssemblyReference.cache
2
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.GeneratedMSBuildEditorConfig.editorconfig
3
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.AssemblyInfoInputs.cache
4
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.AssemblyInfo.cs
5
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.csproj.CoreCompileInputs.cache
6
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.exe
7
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.deps.json
8
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.runtimeconfig.json
9
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.runtimeconfig.dev.json
10
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.dll
11
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\ref\Test_GPIO.dll
12
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Test_GPIO.pdb
13
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Iot.Device.Bindings.dll
14
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Microsoft.Extensions.Logging.Abstractions.dll
15
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Microsoft.Win32.SystemEvents.dll
16
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\SixLabors.ImageSharp.dll
17
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\System.CodeDom.dll
18
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\System.Device.Gpio.dll
19
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\System.Drawing.Common.dll
20
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\System.IO.Ports.dll
21
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\System.Management.dll
22
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\UnitsNet.dll
23
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Unosquare.PiGpio.dll
24
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Unosquare.Raspberry.Abstractions.dll
25
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Swan.dll
26
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\Swan.Lite.dll
27
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
28
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so
29
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so
30
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so
31
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib
32
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
33
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
34
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\linux\lib\netstandard2.0\System.IO.Ports.dll
35
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\osx\lib\netstandard2.0\System.IO.Ports.dll
36
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\win\lib\netstandard2.0\System.IO.Ports.dll
37
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\bin\Debug\net5.0\runtimes\win\lib\netcoreapp2.0\System.Management.dll
38
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.csproj.CopyComplete
39
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.dll
40
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\ref\Test_GPIO.dll
41
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.pdb
42
-C:\Users\l.farina\Desktop\UCRM_stage\Test_GPIO\Test_GPIO\obj\Debug\net5.0\Test_GPIO.genruntimeconfig.cache

BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.dll View File


+ 0
- 1
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.genruntimeconfig.cache View File

@@ -1 +0,0 @@
1
-c18e1789e8856ed3eb76095c84cf14f361a7f73e

BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/Test_GPIO.pdb View File


BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/apphost.exe View File


BIN
Test_GPIO/Test_GPIO/obj/Debug/net5.0/ref/Test_GPIO.dll View File


+ 0
- 76
Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.dgspec.json View File

@@ -1,76 +0,0 @@
1
-{
2
-  "format": 1,
3
-  "restore": {
4
-    "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\Test_GPIO.csproj": {}
5
-  },
6
-  "projects": {
7
-    "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\Test_GPIO.csproj": {
8
-      "version": "1.0.0",
9
-      "restore": {
10
-        "projectUniqueName": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\Test_GPIO.csproj",
11
-        "projectName": "Test_GPIO",
12
-        "projectPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\Test_GPIO.csproj",
13
-        "packagesPath": "C:\\Users\\l.farina\\.nuget\\packages\\",
14
-        "outputPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\obj\\",
15
-        "projectStyle": "PackageReference",
16
-        "configFilePaths": [
17
-          "C:\\Users\\l.farina\\AppData\\Roaming\\NuGet\\NuGet.Config",
18
-          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
19
-        ],
20
-        "originalTargetFrameworks": [
21
-          "net5.0"
22
-        ],
23
-        "sources": {
24
-          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
25
-          "https://api.nuget.org/v3/index.json": {}
26
-        },
27
-        "frameworks": {
28
-          "net5.0": {
29
-            "targetAlias": "net5.0",
30
-            "projectReferences": {}
31
-          }
32
-        },
33
-        "warningProperties": {
34
-          "warnAsError": [
35
-            "NU1605"
36
-          ]
37
-        }
38
-      },
39
-      "frameworks": {
40
-        "net5.0": {
41
-          "targetAlias": "net5.0",
42
-          "dependencies": {
43
-            "Iot.Device.Bindings": {
44
-              "target": "Package",
45
-              "version": "[1.5.0, )"
46
-            },
47
-            "System.Device.Gpio": {
48
-              "target": "Package",
49
-              "version": "[1.5.0, )"
50
-            },
51
-            "Unosquare.PiGpio": {
52
-              "target": "Package",
53
-              "version": "[0.3.1, )"
54
-            }
55
-          },
56
-          "imports": [
57
-            "net461",
58
-            "net462",
59
-            "net47",
60
-            "net471",
61
-            "net472",
62
-            "net48"
63
-          ],
64
-          "assetTargetFallback": true,
65
-          "warn": true,
66
-          "frameworkReferences": {
67
-            "Microsoft.NETCore.App": {
68
-              "privateAssets": "all"
69
-            }
70
-          },
71
-          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
72
-        }
73
-      }
74
-    }
75
-  }
76
-}

+ 0
- 18
Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.g.props View File

@@ -1,18 +0,0 @@
1
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
-  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
-    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
-    <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
-    <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
-    <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8
-    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\l.farina\.nuget\packages\</NuGetPackageFolders>
9
-    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
-    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
11
-  </PropertyGroup>
12
-  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
-    <SourceRoot Include="C:\Users\l.farina\.nuget\packages\" />
14
-  </ItemGroup>
15
-  <PropertyGroup>
16
-    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
17
-  </PropertyGroup>
18
-</Project>

+ 0
- 9
Test_GPIO/Test_GPIO/obj/Test_GPIO.csproj.nuget.g.targets View File

@@ -1,9 +0,0 @@
1
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
-  <PropertyGroup>
4
-    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5
-  </PropertyGroup>
6
-  <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
7
-    <Import Project="$(NuGetPackageRoot)system.device.gpio\1.5.0\buildTransitive\net5.0\System.Device.Gpio.targets" Condition="Exists('$(NuGetPackageRoot)system.device.gpio\1.5.0\buildTransitive\net5.0\System.Device.Gpio.targets')" />
8
-  </ImportGroup>
9
-</Project>

+ 0
- 4322
Test_GPIO/Test_GPIO/obj/project.assets.json
File diff suppressed because it is too large
View File


+ 0
- 90
Test_GPIO/Test_GPIO/obj/project.nuget.cache View File

@@ -1,90 +0,0 @@
1
-{
2
-  "version": 2,
3
-  "dgSpecHash": "iZJpyXlouOtZ1Kev3PwlOhpX9iO8bOpNG2wgEIYMIR8bwtUuwAU+5immwkt0maaSwyLPPaD3U8txRvgUN87VqQ==",
4
-  "success": true,
5
-  "projectFilePath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\Test_GPIO\\Test_GPIO\\Test_GPIO.csproj",
6
-  "expectedPackageFiles": [
7
-    "C:\\Users\\l.farina\\.nuget\\packages\\iot.device.bindings\\1.5.0\\iot.device.bindings.1.5.0.nupkg.sha512",
8
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512",
9
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
10
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
11
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512",
12
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512",
13
-    "C:\\Users\\l.farina\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512",
14
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
15
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
16
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
17
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.linux-arm.runtime.native.system.io.ports\\5.0.0\\runtime.linux-arm.runtime.native.system.io.ports.5.0.0.nupkg.sha512",
18
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.linux-arm64.runtime.native.system.io.ports\\5.0.0\\runtime.linux-arm64.runtime.native.system.io.ports.5.0.0.nupkg.sha512",
19
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.linux-x64.runtime.native.system.io.ports\\5.0.0\\runtime.linux-x64.runtime.native.system.io.ports.5.0.0.nupkg.sha512",
20
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512",
21
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.native.system.io.ports\\5.0.1\\runtime.native.system.io.ports.5.0.1.nupkg.sha512",
22
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512",
23
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
24
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
25
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
26
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
27
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.osx-x64.runtime.native.system.io.ports\\5.0.0\\runtime.osx-x64.runtime.native.system.io.ports.5.0.0.nupkg.sha512",
28
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
29
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
30
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
31
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
32
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
33
-    "C:\\Users\\l.farina\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.2\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512",
34
-    "C:\\Users\\l.farina\\.nuget\\packages\\sixlabors.imagesharp\\1.0.2\\sixlabors.imagesharp.1.0.2.nupkg.sha512",
35
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
36
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512",
37
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512",
38
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.device.gpio\\1.5.0\\system.device.gpio.1.5.0.nupkg.sha512",
39
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512",
40
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
41
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512",
42
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.drawing.common\\5.0.2\\system.drawing.common.5.0.2.nupkg.sha512",
43
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512",
44
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512",
45
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512",
46
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512",
47
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512",
48
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512",
49
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.io.ports\\5.0.1\\system.io.ports.5.0.1.nupkg.sha512",
50
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512",
51
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.management\\5.0.0\\system.management.5.0.0.nupkg.sha512",
52
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
53
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.net.http\\4.3.4\\system.net.http.4.3.4.nupkg.sha512",
54
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.net.networkinformation\\4.3.0\\system.net.networkinformation.4.3.0.nupkg.sha512",
55
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512",
56
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512",
57
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512",
58
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512",
59
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512",
60
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
61
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512",
62
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512",
63
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512",
64
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512",
65
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
66
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
67
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512",
68
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512",
69
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512",
70
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512",
71
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512",
72
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
73
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
74
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
75
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.text.encoding.codepages\\4.6.0\\system.text.encoding.codepages.4.6.0.nupkg.sha512",
76
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512",
77
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512",
78
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
79
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
80
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading.thread\\4.3.0\\system.threading.thread.4.3.0.nupkg.sha512",
81
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.threading.threadpool\\4.3.0\\system.threading.threadpool.4.3.0.nupkg.sha512",
82
-    "C:\\Users\\l.farina\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512",
83
-    "C:\\Users\\l.farina\\.nuget\\packages\\unitsnet\\4.77.0\\unitsnet.4.77.0.nupkg.sha512",
84
-    "C:\\Users\\l.farina\\.nuget\\packages\\unosquare.pigpio\\0.3.1\\unosquare.pigpio.0.3.1.nupkg.sha512",
85
-    "C:\\Users\\l.farina\\.nuget\\packages\\unosquare.raspberry.abstractions\\0.4.0\\unosquare.raspberry.abstractions.0.4.0.nupkg.sha512",
86
-    "C:\\Users\\l.farina\\.nuget\\packages\\unosquare.swan\\2.4.0\\unosquare.swan.2.4.0.nupkg.sha512",
87
-    "C:\\Users\\l.farina\\.nuget\\packages\\unosquare.swan.lite\\2.4.0\\unosquare.swan.lite.2.4.0.nupkg.sha512"
88
-  ],
89
-  "logs": []
90
-}

Loading…
Cancel
Save