Skip to content

shmir/PyByteBlower

Repository files navigation

ByteBlower python package

This is a self contained, pip installable, python package to manage ByteBlower.

It wraps together the MSI ByteBlower Python API exe installation and the ByteBlower Python Examples into a standard python package.

Note: the current version supports only Windows and Python 2.7.

Loading and using the ByteBlower API

To load the ByteBlower API into python use following import statement from byteblowerll.byteblower import ByteBlower

Samples

This repository contains all public available Python examples on how to use the ByteBlower Python API.

Folder structure

  • back2back : examples between two ByteBlower ports.
  • wireless_endpoint : Examples of using the Wireless Endpoint.
  • server_management: No traffic is sent in these examples, they show how to get info from the ByteBlower Server and Meeting point.

Dependencies

Contact

yoram@ignissoft.com

Todo

  • restructure to embed all samples under single sub-folder
  • add basic unit tests to test the new package (not functionality)
  • build setup with restriction for Windows / Python 2.7

Cheatsheet

  • To register EP and get real-time statistics run the following command:

    ByteBlowerWirelessEndpoint.exe chassis-ip

    Note that this will open a new CMD window.

  • API documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published