Skip to content

ubdussamad/bach-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bach-rpc

Simple XML-RPC Server for BACH

Introduction

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.

Basic Usage

  • 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 .**

Feedback

Email me at: [email protected] or slide a pull request.

About

Simple XML-RPC Server for BACH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published