Open
Description
Issue
Building a station is relatively complicated and obtuse.
Solution
Compile and package automatically and start to do periodic releases to allow for more direct, less hands on installs and updates. This could be done for ubuntu initially as that is our only currently tested platform. This would require compiling the rust libraries and any C library dependencies and then tooling out the last stage compilation.
Ideally this shouldn't be dependent on PF_Ring version as we can do the last stage linking locally with whatever version of PF_Ring is installed locally on the deployment location after #57 is merged.