~mdkcore/jackplug

1c000f2e — Rodrigo Oliveira 3 years ago master v0.2
Update README.md
5046b37e — Rodrigo Oliveira 3 years ago
Bump version
d0e53e91 — Rodrigo Oliveira 3 years ago
Update requirements and remove tornado as dependency
44e15917 — Rodrigo Oliveira 4 years ago
Update examples
eecc5cd0 — Rodrigo Oliveira 4 years ago
Use asyncio instead of ioloop (tornado) as event loop
80c6456e — Rodrigo Oliveira 4 years ago
Add PeriodicCall

This helper class recurring executes a coroutine at a given interval,
using asyncio.
aab8fefd — Rodrigo Oliveira 4 years ago
Merged in remove_simb_pilsner (pull request #2)

Remove simb.pilsner dependency

Approved-by: Gustavo Heinz
569f8b81 — Rodrigo Oliveira 4 years ago
Blacken JackPlug codebase
2b8b8a4d — Rodrigo Oliveira 4 years ago
Use code style tools
f1d40925 — Rodrigo Oliveira 4 years ago
Add set_logger method on JackBase and PlugBase

This let us to externally configure the logger, or use another logging system
compatible with python logging.
82db4a32 — Rodrigo Oliveira 4 years ago
Remove simb.pilsner dependency
129167b8 — Rodrigo Oliveira 4 years ago
Update python version
a70e6ba4 — Rodrigo Oliveira 4 years ago
Merged in feature/PA-2589-move-jackplug-codebase-to-its-ow (pull request #1)

Feature/PA-2589 Move JackPlug codebase to its own repository

Approved-by: Mathias Hillesheim
9274b7c9 — Rodrigo Oliveira 4 years ago
PA-2589 - Adjust README.md about requirements
1c4ed4cd — Rodrigo Oliveira 4 years ago
PA-2589 - Use decode on service identifier before calling timeout and connection callbacks

This is a workaround to proper handle service identifier from
python2->python3, as bytes is the preferred data type here [1].

[1] https://pyzmq.readthedocs.io/en/latest/unicode.html#what-this-means-for-pyzmq
18ae853d — Rodrigo Oliveira 4 years ago
PA-2589 - Remove pipenv files and update documentation
f41c1f71 — Rodrigo Oliveira 4 years ago
PA-2589 - Update requirements
49195486 — Rodrigo Oliveira 5 years ago
PA-2589 - Adjust README.md and set requirements

- Python 2.7.16 is the minimal python2 requirement;
- Python 3.8.0 is the recommended python version;
- Pipfile and Pipfile.lock were added for python3 use.
b1a3f02d — Rodrigo Oliveira 5 years ago
PA-2589 - Do not encode service name while sending message

This is not necessary anymore, as minimal python version is now 2.7.
f0c3e84c — Rodrigo Oliveira 5 years ago
PA-2589 - Use jsonapi.load directly on JackBase

This avoids the need to import a json library just to deserialize the
received message.
Next