kersing / packet_forwarder

Multi protocol packet forwarder supporting the TTN gateway-connector protocol.
Other
85 stars 56 forks source link

fatal error: connector.h: No such file or directory #7

Closed MarceloLP1 closed 6 years ago

MarceloLP1 commented 6 years ago

Hi. I'm compiling your new "packet forward", and when I tried to run make, there are a lost file !!. I controlled that in the folder :packet_forwarder/mp_pkt_fwd/inc/connector.h and packet_forwarder/mp_pkt_fwd/src/connector.c, does not exist!

Where can I found / download these files ?

log: src/mp_pkt_fwd.c:72:23: fatal error: connector.h: No such file or directory

MarceloLP.

kersing commented 6 years ago

These files are part of the ttn-gateway-connector repository. See build.txt for all the repositories required to build from source.