You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: