<?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: BXP</title>
    <description>The latest articles on DEV Community by BXP (@elvarin).</description>
    <link>https://dev.to/elvarin</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3806810%2Fca6e67aa-5f5a-47cc-887f-f57851449e93.jpeg</url>
      <title>DEV Community: BXP</title>
      <link>https://dev.to/elvarin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elvarin"/>
    <language>en</language>
    <item>
      <title>I Built an Open Protocol Standard for Air Quality Data — And Anyone Can Run a Node in 3 Minutes</title>
      <dc:creator>BXP</dc:creator>
      <pubDate>Mon, 09 Mar 2026 13:17:11 +0000</pubDate>
      <link>https://dev.to/elvarin/i-built-an-open-protocol-standard-for-air-quality-data-and-anyone-can-run-a-node-in-3-minutes-a3d</link>
      <guid>https://dev.to/elvarin/i-built-an-open-protocol-standard-for-air-quality-data-and-anyone-can-run-a-node-in-3-minutes-a3d</guid>
      <description>&lt;p&gt;The problem nobody talks about&lt;/p&gt;

&lt;p&gt;Air pollution kills 7 million people every year. That number &lt;br&gt;
is not disputed. The WHO publishes it. Governments cite it. &lt;br&gt;
Researchers build careers studying it.&lt;/p&gt;

&lt;p&gt;And yet the data infrastructure to actually fight it does not exist.&lt;/p&gt;

&lt;p&gt;Every sensor manufacturer uses a proprietary format. Every &lt;br&gt;
government agency stores data differently. Every research &lt;br&gt;
institution uses incompatible databases. A sensor in Accra &lt;br&gt;
cannot speak to a hospital in Nairobi. A researcher in London &lt;br&gt;
cannot access ground-truth data from Lagos. A government in &lt;br&gt;
West Africa cannot build coherent policy from fragmented, &lt;br&gt;
incompatible data sources.&lt;/p&gt;

&lt;p&gt;The sensors exist. The data exists. But nothing connects it.&lt;/p&gt;

&lt;p&gt;This is the same problem the internet had before HTTP. The &lt;br&gt;
same problem medical imaging had before DICOM. The same &lt;br&gt;
problem document sharing had before PDF.&lt;/p&gt;

&lt;p&gt;Every one of those problems was solved by an open standard.&lt;/p&gt;

&lt;p&gt;BXP is the open standard for atmospheric exposure data.&lt;/p&gt;

&lt;p&gt;What BXP is&lt;/p&gt;

&lt;p&gt;BXP — the Breathe Exposure Protocol — defines:&lt;/p&gt;

&lt;p&gt;A universal .bxp file format that any device or software &lt;br&gt;
can read and write. A sensor in Ghana, a research station &lt;br&gt;
in Delhi, a community monitor in São Paulo — all producing &lt;br&gt;
the same format. Instantly interoperable.&lt;/p&gt;

&lt;p&gt;BXP_HRI — a composite Health Risk Index that incorporates &lt;br&gt;
all available atmospheric agents with WHO-derived weighting. &lt;br&gt;
PM2.5, NO2, ozone, carbon monoxide, sulfur dioxide, VOCs, &lt;br&gt;
benzene, formaldehyde — all normalized into a single &lt;br&gt;
actionable risk score from 0 to 100.&lt;/p&gt;

&lt;p&gt;A complete REST API specification for federated node &lt;br&gt;
networks. Any institution can run a BXP node. Nodes &lt;br&gt;
talk to each other. Nobody owns the network.&lt;/p&gt;

&lt;p&gt;A privacy framework protecting individual exposure records &lt;br&gt;
by design. Personal data stays local. Only aggregates &lt;br&gt;
are shared.&lt;/p&gt;

&lt;p&gt;Like HTTP, BXP is a format layer. It does not require &lt;br&gt;
new hardware. It does not require licensing fees. It has &lt;br&gt;
no central owner. Apache 2.0. Forever free.&lt;/p&gt;

&lt;p&gt;The reference implementation is live right now&lt;/p&gt;

&lt;p&gt;You can hit the live public node right now:&lt;br&gt;
&lt;a href="https://bxp-node.onrender.com/bxp/v2/readings" rel="noopener noreferrer"&gt;https://bxp-node.onrender.com/bxp/v2/readings&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or run your own node in under 3 minutes:&lt;/p&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/bxpprotocol/bxp-spec" rel="noopener noreferrer"&gt;https://github.com/bxpprotocol/bxp-spec&lt;/a&gt;&lt;br&gt;
cd bxp-spec/reference-server&lt;br&gt;
pip install fastapi uvicorn pydantic&lt;br&gt;
python server.py&lt;/p&gt;

&lt;p&gt;That is it. You are running a BXP node. &lt;/p&gt;

&lt;p&gt;The full specification, SDK, CLI tool, and global sample &lt;br&gt;
dataset covering 10 cities across Africa, Asia, Europe, &lt;br&gt;
and the Americas are all in the repository.&lt;/p&gt;

&lt;p&gt;The specification is permanently archived on Zenodo with &lt;br&gt;
a citable DOI on CERN infrastructure:&lt;br&gt;
&lt;a href="https://doi.org/10.5281/zenodo.18906812" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.18906812&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why open standard and not a platform&lt;/p&gt;

&lt;p&gt;This is the most important design decision in BXP.&lt;/p&gt;

&lt;p&gt;A platform would mean one company owns the data. One &lt;br&gt;
company controls access. One company decides who can &lt;br&gt;
participate and on what terms. When that company fails &lt;br&gt;
or changes direction — and they always do — the data &lt;br&gt;
infrastructure fails with it.&lt;/p&gt;

&lt;p&gt;An open standard means nobody owns it. The spec lives &lt;br&gt;
on GitHub permanently. Anyone implements it without &lt;br&gt;
permission. A sensor company in Japan can write their &lt;br&gt;
own C++ implementation. A Nigerian startup can build &lt;br&gt;
their own Node.js server. A university in Kenya can &lt;br&gt;
run their own node. Nobody needs to use our code. &lt;br&gt;
They just follow the spec.&lt;/p&gt;

&lt;p&gt;This is how HTTP works. Nobody owns HTTP. Anyone &lt;br&gt;
implements it. The web runs on it. BXP is designed &lt;br&gt;
on the same principle for atmospheric exposure data.&lt;/p&gt;

&lt;p&gt;Who BXP is for&lt;/p&gt;

&lt;p&gt;Developers — build BXP-compatible sensors, apps, &lt;br&gt;
and data pipelines. The SDK is in Python. The API &lt;br&gt;
is REST. The format is JSON. You already know how.&lt;/p&gt;

&lt;p&gt;Researchers — cite BXP in your work. Run a node &lt;br&gt;
for your study. Contribute to the spec. Every paper &lt;br&gt;
that cites BXP strengthens the standard.&lt;/p&gt;

&lt;p&gt;Institutions — run a community BXP node. Connect &lt;br&gt;
your existing monitoring infrastructure to the &lt;br&gt;
federated network. Your data stays yours. Only &lt;br&gt;
aggregates are shared.&lt;/p&gt;

&lt;p&gt;Governments and NGOs — BXP gives you the data &lt;br&gt;
infrastructure layer to build policy on. Interoperable &lt;br&gt;
data from every sensor in your jurisdiction in one &lt;br&gt;
standard format.&lt;/p&gt;

&lt;p&gt;What is next&lt;/p&gt;

&lt;p&gt;BXP v2.0 is live. The reference implementation works. &lt;br&gt;
The public node is running. The spec is published and &lt;br&gt;
citable.&lt;/p&gt;

&lt;p&gt;What happens next depends entirely on adoption. A &lt;br&gt;
standard nobody uses is just a document. A standard &lt;br&gt;
10 institutions use is infrastructure. A standard &lt;br&gt;
1000 institutions use is the foundation of global &lt;br&gt;
air quality data.&lt;/p&gt;

&lt;p&gt;If you are a developer — clone the repo and run a node.&lt;br&gt;
If you are a researcher — cite the DOI in your next paper.&lt;br&gt;
If you are an institution — contact us about running a node.&lt;br&gt;
If you just care about air quality — share this article.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/bxpprotocol/bxp-spec" rel="noopener noreferrer"&gt;https://github.com/bxpprotocol/bxp-spec&lt;/a&gt;&lt;br&gt;
Live node: &lt;a href="https://bxp-node.onrender.com" rel="noopener noreferrer"&gt;https://bxp-node.onrender.com&lt;/a&gt;&lt;br&gt;
Specification DOI: &lt;a href="https://doi.org/10.5281/zenodo.18906812" rel="noopener noreferrer"&gt;https://doi.org/10.5281/zenodo.18906812&lt;/a&gt;&lt;br&gt;
Contact: &lt;a href="mailto:bxpprotocol@proton.me"&gt;bxpprotocol@proton.me&lt;/a&gt;&lt;br&gt;
ORCID: &lt;a href="https://orcid.org/0009-0001-4856-4986" rel="noopener noreferrer"&gt;https://orcid.org/0009-0001-4856-4986&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The air is public. The data should be too.&lt;/p&gt;

</description>
      <category>data</category>
      <category>iot</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built BXP — an open file system standard for air quality data (like HTTP but for what you breathe)</title>
      <dc:creator>BXP</dc:creator>
      <pubDate>Thu, 05 Mar 2026 01:05:09 +0000</pubDate>
      <link>https://dev.to/elvarin/i-built-bxp-an-open-file-system-standard-for-air-quality-data-like-http-but-for-what-you-kf1</link>
      <guid>https://dev.to/elvarin/i-built-bxp-an-open-file-system-standard-for-air-quality-data-like-http-but-for-what-you-kf1</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Air pollution kills 7 million people every year.&lt;/p&gt;

&lt;p&gt;The tools to measure it exist. Sensors are cheap. &lt;br&gt;
Connectivity is everywhere. But the data infrastructure &lt;br&gt;
to connect it all? It doesn't exist.&lt;/p&gt;

&lt;p&gt;Every air quality device uses a different format. &lt;br&gt;
Every platform is a silo. Nothing interoperates.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution
&lt;/h2&gt;

&lt;p&gt;I built BXP — Breathe Exposure Protocol.&lt;/p&gt;

&lt;p&gt;It's a pure software standard — like HTTP, PDF, or MP3. &lt;br&gt;
No hardware required. No licensing fees. Runs on any device.&lt;/p&gt;

&lt;p&gt;BXP defines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A hierarchical file system architecture for all air exposure data&lt;/li&gt;
&lt;li&gt;A binary .bxp file format with 32-byte header and protobuf payload&lt;/li&gt;
&lt;li&gt;A complete schema for 31+ atmospheric agents with WHO thresholds&lt;/li&gt;
&lt;li&gt;A five-stage protocol: Locate, Detect, Interpret, Protect, Report&lt;/li&gt;
&lt;li&gt;A REST API specification with 15 endpoints&lt;/li&gt;
&lt;li&gt;AES-256-GCM encryption, Ed25519 signing, TLS 1.3&lt;/li&gt;
&lt;li&gt;A BXP Health Risk Index (BXP_HRI) composite scoring formula&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Software Only
&lt;/h2&gt;

&lt;p&gt;HTTP didn't require you to build networking hardware.&lt;br&gt;
PDF didn't require you to build printers.&lt;br&gt;
MP3 didn't require you to build speakers.&lt;/p&gt;

&lt;p&gt;BXP doesn't require you to build sensors.&lt;/p&gt;

&lt;p&gt;Any existing data source — government stations, satellites, &lt;br&gt;
consumer apps, phone-native sensors, community reports — &lt;br&gt;
can write BXP-formatted data immediately.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Standard is Live
&lt;/h2&gt;

&lt;p&gt;v2.0 specification is complete. Apache 2.0 licensed.&lt;/p&gt;

&lt;p&gt;→ Spec: github.com/bxpprotocol/bxp-spec&lt;br&gt;
→ Website: bxpprotocol.github.io&lt;br&gt;
→ Contributions welcome&lt;/p&gt;

&lt;p&gt;The air is public. The data should be too.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>data</category>
      <category>iot</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
