ostinato/binding
2014-07-06 11:19:22 +05:30
..
protocols CLI: Initial Commit for Python Bindings 2014-06-03 07:14:54 +05:30
__init__.py CLI: minor changes to python binding code 2014-06-16 19:53:03 +05:30
binding.pro Moved generation of pkg_info from setup.py to qmake/make - version.pri refactored suitably. Reimplemented sdist_clean as a new setuptools command 2014-06-08 19:10:49 +05:30
core.py Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat 2014-07-06 11:19:22 +05:30
example.py Renamed RPCs start/stopTx as start/stopTransmit 2014-06-30 19:49:17 +05:30
LICENSE.txt CLI: Added LICENSE.txt to python packaging; explicitly identified example.py as a script for packaging 2014-06-10 19:20:45 +05:30
README.txt CLI: Changed python package long_description to match description 2014-06-14 17:18:39 +05:30
rpc.py Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat 2014-07-06 11:19:22 +05:30
setup.py CLI: fixed extra space in description 2014-06-14 17:20:01 +05:30

===============
python-ostinato
===============

python-ostinato provides python bindings for Ostinato.

Ostinato is a network packet/traffic generator and analyzer. It aims to be "Wireshark in Reverse" and become complementary to Wireshark.

Documentation is available in the wiki at http://ostinato.org