Bug 2324 - The implementation of WSMP protocol described in the IEEE 1609.3 standard
The implementation of WSMP protocol described in the IEEE 1609.3 standard
Status: NEW
Product: ns-3
Classification: Unclassified
Component: wave module
unspecified
PC Linux
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-03-04 10:49 EST by Junling Bu
Modified: 2016-03-04 10:49 EST (History)
0 users

See Also:


Attachments
The patch for WSMP implementation (80.89 KB, patch)
2016-03-04 10:49 EST, Junling Bu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Junling Bu 2016-03-04 10:49:29 EST
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