oscer
A very simple command line OSC message sender.
Installation
You will need Python>=3.7 and pythonosc.
The simplest way to install is using pip:
$ pip install oscer
Example
$ oscer
usage: oscer [-h] [--ip IP] [--port PORT] OSC_ADDR [OSC_VALUE ...]
positional arguments:
OSC_ADDR OSC address to send
OSC_VALUE OSC values
optional arguments:
-h, --help show this help message and exit
--ip IP The ip of the OSC server
--port PORT The port the OSC server is listening on
So:
$ oscer --ip localhost --port 57120 /hello argument1 "another argument" 3
It will try to guess the data type correctly, otherwise send as a string argument.
You can use the environment variables OSCER_HOST and OSCER_PORT also, so you don't need to specify the hostname and port every time.
Release files for oscer 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oscer-0.1.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| oscer-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.3 kB
Release files / oscer-0.1.tar.gz
| Download URL | oscer-0.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d6abba2e448787de54f662722d97f022fc064c80fb0199f76db7adc21805070
|
|
BLAKE2b-256 checksum How to use checksums |
3b31eeca40099676876ffa1d1c68a2b75fe16258375fbc5d7adb7f08c3e65e4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
|
Release files / oscer-0.1-py3-none-any.whl
| Download URL | oscer-0.1-py3-none-any.whl |
|---|---|
| Size | 14.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc2ab995fb401c3809cc536b6cc74791c83c2e0cfbdf64b9bfb042db5c03c239
|
|
BLAKE2b-256 checksum How to use checksums |
819a9ff96e094b14f69e9dabc5e52c0da4133cfaf0a78ff5798cfc5b2b242596
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
|