packetnet
Vars | |
known_pdas | Hardware PDA discovery TGUI display format, list(list("target_addr"="addr","name"="name","job"="job"),...) |
---|---|
packet_queue | Stores up to [queue_max] messages until the PDA asks for them. |
queue_max | Maximum amount of messages held by [packet_queue] |
Procs | |
append_signal | Push a signal onto the queue, Drop a packet if we're over the limit. |
check_queue | Get the length of the packet queue |
pop_signal | Take a signal out of the queue. |
Var Details
known_pdas
Hardware PDA discovery TGUI display format, list(list("target_addr"="addr","name"="name","job"="job"),...)
packet_queue
Stores up to [queue_max] messages until the PDA asks for them.
queue_max
Maximum amount of messages held by [packet_queue]
Proc Details
append_signal
Push a signal onto the queue, Drop a packet if we're over the limit.
check_queue
Get the length of the packet queue
pop_signal
Take a signal out of the queue.