eliassona/JProtocol
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<h1>JProtocol is a protocol framework for low-level protocols (byte arrays) with mock and simulator capabilities.</h1> <h2>What is it?</h2> <li>Implementation of protocol stack (only in JVM compatible languages)</li> <li>Protocol analyzer of a complete protocol stack</li> <li>Protocol testing framework, using the mock functionality</li> <li>Protocol simulators</li> Protocols data specifications are specified in protocol DSLs. Protocol APIs and default handlers are then generated from the DSLs. TBD... <h2>How to build it</h2> Prerequisites JDK 1.6 Groovy 1.5.6 Gradle 1.0 Eclipse run 'gradle eclipse' to create eclipse .project and .classpath files if you want to work with eclipse