| Crates.io | ejb |
| lib.rs | ejb |
| version | 0.5.7 |
| created_at | 2025-07-05 14:59:36.220858+00 |
| updated_at | 2025-08-03 10:45:33.940851+00 |
| description | The EJ Builder (EJB) application for managing build processes and board communication |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1739210 |
| size | 128,691 |
The EJ Builder (EJB) application for managing build processes and board communication.
ejb is one of the two main applications in the EJ framework. It manages build processes, handles communication with physical boards, and can operate either as part of a distributed system with a dispatcher or in standalone mode for local testing.
cargo install ejb
Connect to an EJD for distributed testing across multiple builders and boards.
Run independently for local testing workflows without requiring a dispatcher instance.
EJ Builder uses TOML configuration files to define board setups, build scripts, and connection settings. Multiple board configurations can be managed by a single builder instance.
This crate is part of the EJ Framework - a modular and scalable framework for automated testing on physical embedded boards.