All Classes Namespaces Files Functions Pages
Tutorial: 1. Loading the ByteBlower API

Previous: Tutorial: Introduction

Before we can start using the ByteBlower API, we need to load the Lower Layer API Tcl package. This can be done simply by following lines of code.

1 package require ByteBlower

The Higher Layer API which will help us with common tasks. To load it, you can require the two extra TCL packages.

1 package require excentis_basic
2 package require ByteBlowerHL

More info can be found in the overview page.

Further reading: Tutorial: 2. Connect to ByteBlower Servers