mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
Expanded debug options so you can understand what is going on with packet filtering. Added new document Successful-APRS-IGate-Operation.pdf with IGate background, configuration, and troubleshooting tips.
13 lines
260 B
C
13 lines
260 B
C
|
|
/* pfilter.h */
|
|
|
|
|
|
#include "igate.h" // for igate_config_s
|
|
|
|
|
|
|
|
void pfilter_init (struct igate_config_s *p_igate_config, int debug_level);
|
|
|
|
int pfilter (int from_chan, int to_chan, char *filter, packet_t pp, int is_aprs);
|
|
|
|
int is_telem_metadata (char *infop); |