add _keepupdated

added _keepupdated for public packet, now running in worker2 thread.

edit readme to reflect change
This commit is contained in:
onyx-and-iris
2022-03-05 06:17:12 +00:00
parent b933397b6c
commit 2d857a4cb1
2 changed files with 20 additions and 9 deletions

View File

@@ -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