SingingCat 0
application
Functions
routing_functions.h File Reference

definitions of routing table structures More...

#include "main-header.h"
#include "routing.h"

Go to the source code of this file.

Functions

void error_com (void *com)
 
byte get_hops_to_server ()
 how many hops to the server? More...
 
long get_my_node_id ()
 get the id of my node More...
 
byte get_routing_debug ()
 
byte got_new_packet (struct command *com, uint8_t signal_indicator)
 stack received a new packet (signal indicator is a 0-255 byte value, interface specific) More...
 
int is_command_valid (struct command *com)
 
int is_device_online (int device)
 return 1 if the specified device is online and routing More...
 
void remove_stale_routes ()
 "old" routes are being removed this is the route garbage collector More...
 
void request_route (long nodeid)
 send an arp request (equivalent) More...
 
int routing_count_nodes ()
 determine number of nodes known More...
 
void routing_error (struct command *com, int errorcode)
 
void routing_event_loop ()
 
struct hostrouterouting_find_host (const long nodeid)
 find route to host or NULL if none known More...
 
struct hostrouterouting_find_route (const long nodeid, const byte sourcedev)
 find specific hostroute to target or NULL if none known special case, if we ask for a route to server, we get any intermediary routes which announce themselves to have a connection a server More...
 
struct hostrouterouting_get_node_by_index (const int index)
 finds a nodeid by index. [0...n] More...
 
void routing_init ()
 called when we power-up More...
 
void routing_print_table ()
 print routing table More...
 
void routing_request_reply (const struct command *com)
 we call this when we receive a reply to a routing request this adds or updates a new route More...
 
int send_command_one_arg (int command, long target, const byte *arg1, int arg1len)
 helper function to quickly and easily send a command somewhere return 0 if ok, else errorcode More...
 
void send_routing_update_now ()
 
void set_routing_debug (byte b)
 

Detailed Description

definitions of routing table structures

Definition in file routing_functions.h.