Simple XML-RPC Server for BACH
It uses the Python implimentation of XML RPC server and a Client.
The credentials query is supposed to be handled by the C parser for better performance and aglity.
-
Navigate to the clone or extracted directory in termina
-
Type:
python3 server.py
-
You've started the server.
-
Now open an Interactive session in python with the client.py file.
-
Type
data = xmlrpc.login('admin','1234')
-
Other methods can be deduced from the code.
** Note complete documentation can be found in the wiki page .**
Email me at: [email protected] or slide a pull request.