mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
add _keepupdated
added _keepupdated for public packet, now running in worker2 thread. edit readme to reflect change
This commit is contained in:
@@ -18,7 +18,7 @@ git clone https://github.com/onyx-and-iris/vban-cmd-python
|
||||
cd vban-cmd-python
|
||||
```
|
||||
|
||||
Just the wrapper:
|
||||
Just the interface:
|
||||
```
|
||||
pip install .
|
||||
```
|
||||
@@ -42,11 +42,7 @@ only applies to `sendtext`:
|
||||
|
||||
#### Use with a context manager:
|
||||
It is advised to use this code with a context manager.
|
||||
Parameter coverage is not as extensive for the RT Packet Service as with the Remote API so defined below are the
|
||||
classes/methods available through this interface.
|
||||
|
||||
Ideally, calling a background thread to poll for new RT packets ensures up-to-date parameters (see examples gui).
|
||||
For simple scripts you may refer to the example below.
|
||||
Parameter coverage is not as extensive for the RT Packet Service as with the Remote API.
|
||||
|
||||
### Example 1
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user