Support for Vendors
User Configuration
Code examples
Analysing tools
Implementation support for BiDiB
Introduction
In order to facilitate an easy migration to BiDiB for manufacturers, there is extensive support with code examples, reference implementations, and test programs available. The FAQ will help to eliminate any uncertainties and difficulties.
Furthermore, there is a mailgroup for implementers.
Logo
The graphic logo is available for download in the following versions:
- Logo as png, 800 x 256 pixel, outside transparent
- Logo light as png, 800 x 256 pixel, outside transparent
- Logo as svg
- Logo light as svg
- Logo as svg, without background
Note the license conditions. BiDiB is a registered trademark.
Header
The message numbers for BiDiB (i.e. the actual coding of the individual commands) are defined in the form of a header file. In this file, the mnemonic designation is linked with the command coding via a #define. Access to this file is possible via the mailgroup.
Code
A java library is available at sourceforge – jbidibc which allows to implement the interface on the host side.
A C-Library is available at the university of Bamberg.