V2I-V2V / Vehicular-Mininet-WiFi

0 stars 0 forks source link

When doing forwarding, some fields don't need to be decoded then encoded again (i.e., just forward the raw bytes) #28

Closed XiaoShawnZhu closed 3 years ago

ry4nzhu commented 3 years ago

This is addressed in #72. The only decoded part is the header, I make it a function in message.py. I keep it fully decoded for logging purpose and dont encode it again when sending to the server.