uniba-swt / swtbahn-cli

A client-server command line interface for the SWTbahn.
GNU General Public License v3.0
7 stars 3 forks source link

Python Client is missing engine upload and deletion functionality #54

Closed BLuedtke closed 2 years ago

BLuedtke commented 2 years ago

The Python-client implements methods for most admin/controller/driver/monitor endpoints offered by the server. However, engine and interlocker upload and deletion is not implemented.

I will add engine upload/deletion to the Python client in a new development branch. I'll take a look if the same can be done for interlocker upload/deletion. Finally, I'll create a pull request once it is confirmed to work as expected.