Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

eNet

Networking subsystem for the EmbeddedOS platform — link technologies, protocols, and discovery.

Status: Planned. There is no implementation in this repository yet. The code that will become eNet lives in eos today, at net/.

This repository exists so the component has a home, an issue tracker, and a place to record decisions before any code moves. It is deliberately not a mirror: duplicating the sources here would give the platform two copies to keep in step, and §24 of the architecture document is explicit that internal modules should not be promoted into separate brands until they have stable interfaces and users.

What eNet owns

  • Link technologies: Ethernet, Wi-Fi, BLE, Thread, Zigbee, CAN/CAN-FD
  • Network protocols: TCP/IP, UDP, DHCP, DNS, MQTT, CoAP, HTTP, WebSocket
  • Security integration through eSec/TLS
  • Device discovery and network configuration

Today eos/net/ is the EoS-facing API with a POSIX socket backend for host builds. There is no IP stack for bare-metal targets — eos_net_connect() returns -1 there. ADR-014 selects lwIP for the Nano and Edge profiles.

Where the code is now

Implementation eosnet/
Maturity eos/STATUS.md
Decision of record ADR-014 — TCP/IP via lwIP

When code moves here

The architecture document sets one condition, and it has not been met:

eNet should initially remain a subsystem of EoS unless it needs a release cycle independent of the OS. A separate repository is justified only when it becomes reusable across multiple runtimes. — §12

Until then, work on eNet happens in eos. Opening the split earlier would cost a release cycle, a CI pipeline and a versioning story for a component whose interface is still changing.

Reference

License

MIT. See LICENSE.

About

eNet — Networking subsystem for EmbeddedOS: TCP/IP, UDP, DHCP, DNS, MQTT, CoAP, discovery. Planned; implementation currently in eos/net.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors