Dear sir Knudfl, good evening.
I want implement wired-wireless topology in GPSR for vehicle and RSU communication. Vehicles are the mobile nodes that using wireless and RSU are static nodes that using wired.
How these nodes can communicate each other? there are no problems with pure wireless communication but after i follow
https://www.isi.edu/nsnam/ns/tutorial/nsscript6.html and wired-cum-wireless-sim.tcl from /tcl/ex i always getting error message like Wrong node routing agent! or Error!! str2addr:Address -1 outside range of address field length 2048.
In wireless-gpsr.tcl there is syntax source ../tcl/lib/ns-bsnode.tcl that refer to library to use base station node, should i use that library in for wired-wireless communication?
Here is my files, thank you.