You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very basic YNCA server intended to be just enough for debugging and testing without connecting to a real device.
94
-
95
-
The server needs to be filled with data from an actual device and it will basically just repeat the same answers as the real device gave (with a few exceptions).
96
-
Filling the server can be done by providing it with YNCA logging of a real device, like the ones in the YCNA package repository or a log from your own device e.g. by running `example.py` with loglevel DEBUG (uncomment the line in the example code).
97
-
98
-
It has some additional commandline options for using different ports, binding to a specific host or testing disconnects
This is a very basic YNCA server intended to be just enough for debugging and testing without connecting to a real device.
137
+
138
+
The server needs to be filled with data from an actual device and it will basically just repeat the same answers as the real device gave (with a few exceptions).
139
+
Filling the server can be done by providing it with YNCA logging of a real device, like the ones in the YCNA package repository or a log from your own device e.g. by running `example.py` with loglevel DEBUG (uncomment the line in the example code).
140
+
141
+
It has some additional commandline options for using different ports, binding to a specific host or testing disconnects
0 commit comments