<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: HormigasAIS </title>
    <description>The latest articles on DEV Community by HormigasAIS  (@hormigasais).</description>
    <link>https://dev.to/hormigasais</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4015970%2F7a44acf6-d7fd-4841-b6ff-eb22961cecac.png</url>
      <title>DEV Community: HormigasAIS </title>
      <link>https://dev.to/hormigasais</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hormigasais"/>
    <language>en</language>
    <item>
      <title>Introducing LBH: An Open Binary Protocol for Edge Computing, Automation, and AI</title>
      <dc:creator>HormigasAIS </dc:creator>
      <pubDate>Sun, 05 Jul 2026 09:07:09 +0000</pubDate>
      <link>https://dev.to/hormigasais/introducing-lbh-an-open-binary-protocol-for-edge-computing-automation-and-ai-2l3h</link>
      <guid>https://dev.to/hormigasais/introducing-lbh-an-open-binary-protocol-for-edge-computing-automation-and-ai-2l3h</guid>
      <description>&lt;p&gt;Over the past months, I have been working on an open protocol designed to explore a simple question:&lt;/p&gt;

&lt;p&gt;Can a lightweight binary protocol become a reusable foundation for distributed automation and intelligent systems?&lt;/p&gt;

&lt;p&gt;That idea became LBH (Lenguaje Binario HormigasAIS).&lt;/p&gt;

&lt;p&gt;LBH is an open binary communication protocol with a public specification and official SDKs for both Python and JavaScript.&lt;/p&gt;

&lt;p&gt;The project has been designed with simplicity, interoperability, and reproducibility in mind.&lt;/p&gt;

&lt;p&gt;What is currently available?&lt;/p&gt;

&lt;p&gt;The LBH ecosystem already includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📜 A public protocol specification (LBH_SPEC_v2.0)&lt;/li&gt;
&lt;li&gt;🐍 Official Python SDK&lt;/li&gt;
&lt;li&gt;⬡ Official JavaScript / Node.js SDK&lt;/li&gt;
&lt;li&gt;✅ Automated conformance tests&lt;/li&gt;
&lt;li&gt;📦 Python package published on PyPI&lt;/li&gt;
&lt;li&gt;🐙 Public GitHub repositories&lt;/li&gt;
&lt;li&gt;🌐 Public documentation&lt;/li&gt;
&lt;li&gt;📄 Open-source licensing and contribution guidelines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why build LBH?&lt;/p&gt;

&lt;p&gt;Many communication protocols are optimized for very specific environments.&lt;/p&gt;

&lt;p&gt;LBH explores a different approach:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lightweight binary packets&lt;/li&gt;
&lt;li&gt;Clear protocol specification&lt;/li&gt;
&lt;li&gt;Easy implementation&lt;/li&gt;
&lt;li&gt;Minimal external dependencies&lt;/li&gt;
&lt;li&gt;Cross-language compatibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to provide a protocol that developers can study, extend, and integrate into their own projects.&lt;/p&gt;

&lt;p&gt;Potential applications include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Distributed automation&lt;/li&gt;
&lt;li&gt;Edge Computing&lt;/li&gt;
&lt;li&gt;Machine-to-Machine communication&lt;/li&gt;
&lt;li&gt;IoT systems&lt;/li&gt;
&lt;li&gt;Intelligent agents&lt;/li&gt;
&lt;li&gt;Microservices&lt;/li&gt;
&lt;li&gt;Experimental AI infrastructures&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Public ecosystem&lt;/p&gt;

&lt;p&gt;The project is intentionally organized into independent components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Protocol specification&lt;/li&gt;
&lt;li&gt;Python SDK&lt;/li&gt;
&lt;li&gt;JavaScript SDK&lt;/li&gt;
&lt;li&gt;Documentation portal&lt;/li&gt;
&lt;li&gt;GitHub repositories&lt;/li&gt;
&lt;li&gt;Package distribution&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This separation allows the public SDKs to evolve with community feedback while keeping the internal production infrastructure of HormigasAIS independent.&lt;/p&gt;

&lt;p&gt;Documentation&lt;/p&gt;

&lt;p&gt;The documentation portal is becoming the central entry point for the ecosystem:&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://docs.hormigasais.com/sdk.html" rel="noopener noreferrer"&gt;https://docs.hormigasais.com/sdk.html&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;From there, developers will be able to access:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Protocol specification&lt;/li&gt;
&lt;li&gt;Python SDK&lt;/li&gt;
&lt;li&gt;JavaScript SDK&lt;/li&gt;
&lt;li&gt;Installation guides&lt;/li&gt;
&lt;li&gt;Examples&lt;/li&gt;
&lt;li&gt;API documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback is welcome&lt;/p&gt;

&lt;p&gt;LBH is an open project.&lt;/p&gt;

&lt;p&gt;If you enjoy exploring binary protocols, distributed systems, automation, or edge computing, I would love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;Suggestions, issues, discussions, and contributions are always welcome.&lt;/p&gt;

&lt;p&gt;Thank you for reading.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>python</category>
      <category>opensource</category>
      <category>security</category>
    </item>
  </channel>
</rss>
