Bug 2324

Summary: The implementation of WSMP protocol described in the IEEE 1609.3 standard
Product: ns-3 Reporter: Junling Bu <linlinjavaer>
Component: wave moduleAssignee: ns-bugs <ns-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: The patch for WSMP implementation

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