reboss / RapidOnsetAdHocNetwork

waffle.io for our multihop ad hoc network
0 stars 1 forks source link

Work on node_tools.cc #14

Closed Shibbywan closed 7 years ago

Shibbywan commented 7 years ago
ElliottSobek commented 7 years ago

NOTES: Functions to get and set node Id's do reside in different files. The current function to get node id's does not return anything, misleading intent. The current function to set node id's increments all three (3) node id's at once.

ChrisDubeau commented 7 years ago

Notes: get id functions all in Node_tools.c (get_destination() returns destination ID, get_hop_id() returns last node id, get_source_id() returns the origin node.