Introduction

Welcome to the ByteBlower Python API documentation.

Prerequisite

To use our python API you will need a working version of Python 2.7 or Python 3.7.

You will also need scapy to create network-packets. you can install this using:

pip install scapy

Download and installation

You can find the installation file of the API at following location: https://setup.byteblower.com/software.html#API Select the installer depending on your platform.

Usage

from byteblowerll.byteblower import ByteBlower

byteblower_instance = ByteBlower.InstanceGet()
server = byteblower_instance.ServerAdd("10.5.5.143")
print(server.DescriptionGet())

Examples

We’ve created a git-repo (https://www.github.com/excentis/ByteBlower_python_examples) with a lot of examples on how to use the python API. If you have other examples in mind that you would like to see, don’t hesitate to ask us.

Support

Contact us at support.byteblower@excentis.com if you need help on using our API