Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aimdb-dev
/
aimdb
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
100
Code
Issues
3
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(052): runtime-neutral connector I/O
- #248
#248
Merged
lxsaah
merged 19 commits into
main
aimdb-dev/aimdb:main
from
feat/platform-independent-connectors
aimdb-dev/aimdb:feat/platform-independent-connectors
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
feat(052): runtime-neutral connector I/O
#248
lxsaah
merged 19 commits into
main
aimdb-dev/aimdb:main
from
feat/platform-independent-connectors
aimdb-dev/aimdb:feat/platform-independent-connectors
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
feat(io): add runtime-neutral byte-stream layer and associated traits
lxsaah
committed
5df3435
View commit details
Copy full SHA for 5df3435
Browse repository at this point
fix doc warnings
lxsaah
committed
a652fe4
View commit details
Copy full SHA for a652fe4
Browse repository at this point
feat(io): add FramedConnection, FramingDialer, and FramingListener for enhanced connection handling
lxsaah
committed
9840be4
View commit details
Copy full SHA for 9840be4
Browse repository at this point
feat(tokioadapter): add runtime-neutral I/O traits and implementations for Tokio
lxsaah
committed
f75355b
View commit details
Copy full SHA for f75355b
Browse repository at this point
fix(docs): correct formatting and wording in documentation comments across multiple files
lxsaah
committed
f2eb21b
View commit details
Copy full SHA for f2eb21b
Browse repository at this point
feat(embassy-adapter): enhance runtime-neutral I/O traits and testing for embassy adapter
lxsaah
committed
e9fac81
View commit details
Copy full SHA for e9fac81
Browse repository at this point
feat(tcp-connector): implement pooled TCP listener for concurrent accept handling
lxsaah
committed
136c6aa
View commit details
Copy full SHA for 136c6aa
Browse repository at this point
feat(embassy-adapter): add UDP support with EmbassyUdpSocket and tests for datagram handling
lxsaah
committed
b7fc5b5
View commit details
Copy full SHA for b7fc5b5
Browse repository at this point
feat(tunnel): update TunnelIo trait to use non-async send method with Send future wrapper
lxsaah
committed
2247918
View commit details
Copy full SHA for 2247918
Browse repository at this point
feat(knx-connector): add critical-section dependency and tests for shared channel on std
lxsaah
committed
691430a
View commit details
Copy full SHA for 691430a
Browse repository at this point
feat(serial-connector): add neutral COBS framer and tests for Tokio byte source
lxsaah
committed
a64e999
View commit details
Copy full SHA for a64e999
Browse repository at this point
feat(knx-connector): add neutral connection task for runtime-independent datagram handling
lxsaah
committed
b64df52
View commit details
Copy full SHA for b64df52
Browse repository at this point
feat(mqtt-connector): enhance TLS support with Send trait for RNG and update Makefile for MQTT checks
lxsaah
committed
df28a7c
View commit details
Copy full SHA for df28a7c
Browse repository at this point
feat: update toolchain and configurations for thumbv8m.main target support
lxsaah
committed
4aba4aa
View commit details
Copy full SHA for 4aba4aa
Browse repository at this point
feat: update weather-station-gamma target to thumbv8m.main and standardize PLL configuration constants
lxsaah
committed
ec3844c
View commit details
Copy full SHA for ec3844c
Browse repository at this point
feat: update changelogs to document new features and changes across connectors
lxsaah
committed
0219d31
View commit details
Copy full SHA for 0219d31
Browse repository at this point
Commits on Sep 4, 2026
fix(052): address review findings on runtime-neutral connector I/O
Show description for 3cf2a4a
claude
committed
3cf2a4a
View commit details
Copy full SHA for 3cf2a4a
Browse repository at this point
refactor(052): name the neutral modules for what they hold
Show description for 97e5549
claude
committed
97e5549
View commit details
Copy full SHA for 97e5549
Browse repository at this point
refactor(serial): fold framer.rs into framing.rs
Show description for aa0ffdb
claude
committed
aa0ffdb
View commit details
Copy full SHA for aa0ffdb
Browse repository at this point
You can’t perform that action at this time.