|
Bugzilla – Full Text Bug Listing |
| Summary: | The implementation of WSMP protocol described in the IEEE 1609.3 standard | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Junling Bu <linlinjavaer> |
| Component: | wave module | Assignee: | ns-bugs <ns-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | ||
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | The patch for WSMP implementation | ||
Created attachment 2328 [details] The patch for WSMP implementation Hi Based on current WAVE module, I implemented the part of IEEE 1609.3 standard, named "WAVE Short Message Protocol (WSMP)". This is a simple connectionless protocol which is a little similar with UDP, thus the design takes references to the UDP related classes in the Internet module. Thanks. Junling