brontide / aioedgeos

Async version of code to interact with EdgeOS API and streaming statistics daemon.
37 stars 8 forks source link

ARM Support #3

Closed asmith04 closed 3 years ago

asmith04 commented 3 years ago

HI,

Thank you for this its amazing. However, I was wondering if you would be able to or possibly plan a release for arm/arm64?

I cloned down your repo and built one but i get the following error when it runs: 2020-12-14 16:10:01,618:WARNING:root: for export isn't a dict, would likely cause trouble in processing skipping

brontide commented 3 years ago

The influx tool runs just fine on arm64, let me drop in my multiarch CI file and it should be running soon.

The error you are getting is because your Edge router does not have DPI enabled ( or sometimes on the first run it will spit that out ).

asmith04 commented 3 years ago

I was just coming to withdraw / close this after discovering an article where you explained that. CPI is now on and its stopped reporting it.

Thank you for coming back to me on it.

Ace, i have both ARM and ARM64 I was just testing on my ARM device, which i got an error for so built the image for ARM Support. Assumed the error was something related to what I had done.

Happy to close this now :)

brontide commented 3 years ago

Latest tag is built for amd64, arm, and arm64.