FaradayRF / Faraday-Software

Faraday node software
https://www.faradayrf.com
Other
47 stars 19 forks source link

Run aprsc server for FaradayRF #268

Closed kb1lqc closed 6 years ago

kb1lqc commented 6 years ago

Summary

Got hints that it might be best to run an aprsc server of my own and this makes sense if I can then have free reign over testing aspects of it. The project webpage is here at aprsc and it's code is on GitHub. I will be initially installing it on a debian 8.9 virtually running but may install it on an actual server.

Problem Explanation

Environment

Software

Please include the branch or commit if known regarding what software was used if applicable

Hardware

Let us know about what hardware you are using if applicable. This includes:

  • Faraday radio serial numbers
  • Computer operating system

Supporting Information

Installation: http://he.fi/aprsc/INSTALLING.html Configuration: http://he.fi/aprsc/CONFIGURATION.html

kb1lqc commented 6 years ago

First off I found out some interesting issues with installation on Debian 8.9.

kb1lqc commented 6 years ago

Managed to get aprsc working with some help from @kwf on twitter! image

I attempt to connect to my virtualbox server IP address but I get a socket ERRNO 10060: image

My main goal is to be able to test my client code for lost APRS-IS server connections and make sure it's robust with reconnects. This seems like a valid path to try that with but it's not obvious how to progress at each step.

kb1lqc commented 6 years ago

Per aprsc use in #266 I was able to get aprsc working nicely with Faraday. Closing.