Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
Sirguy CheblinS

Sirguy Cheblin

@Sirguy Cheblin
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • BlackBox: binary, lightweight communication protocol handler source code generator.
    Sirguy CheblinS Sirguy Cheblin

    @gohan do you use MQTT? well. forget it.
    With BlackBox you can build your own, fit to only your project needs.

    My Project

  • BlackBox: binary, lightweight communication protocol handler source code generator.
    Sirguy CheblinS Sirguy Cheblin

    Using BlackBox, you can easily establish communication not only between microcontrollers, mobile devices but also between the ordinary computers. And what is important, without time and effort waste. In fact, the generated BlackBox code can become the skeleton of your distributed application. The programmer will just have to add handlers to the packet's reception events, as well as the logic for creating the package, populating it with data and sending it to the recipient.

    BlackBox generates the source code in the following programming languages: JAVA, C #, C.

    My Project

  • BlackBox: binary, lightweight communication protocol handler source code generator.
    Sirguy CheblinS Sirguy Cheblin

    Recently I finished the BlackBox: binary, lightweight communication protocol handler code generator.

    And now complete new project which converting of MAVLink protocol description XML file into the BlackBox format
    Everything works just fine, all tests are passed successfully. Therefore I decided to share this with you, guys.
    It is clearly demonstrates the maturity of BlackBox and its comparatively greater capability against MAVLink.

    What are the advantages?

    The BlackBox format of the protocol and the network topology description file is presented as plain java source - more compact and familiar for the programmers, instead of XML format in the MAVLink.

    Plain java file format supported by many development environments with all the refactoring capabilities.

    1. inheritance of packet fields;
    2. additional data formats:
    3. fields with the built-in structure of multidimensional arrays;
    4. fields of sparse multidimensional arrays;
    5. bit fields;
    6. fields with the built-in structure of multidimensional arrays of bits;
    7. Base 128 Varint data compression

    Using BlackBox, you can easily establish communication not only between microcontrollers, mobile devices but also between the ordinary computers. And what is important, without time and effort waste. In fact, the generated BlackBox code can become the skeleton of your distributed application. The programmer will just have to add handlers to the packet's reception events, as well as the logic for creating the package, populating it with data and sending it to the recipient. BlackBox generates the source code in the following programming languages: JAVA, C #, C.

    Here is an example of demo project to control from Android based mobile, blinking LED on a board under STM8S103F3P6 via Bluetooth UART on HC 08.

    My Project
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular