jow-/nlbwmon

Exporting data to a different host on the internet

lePereT opened this issue · 2 comments

hi jow, a quick question.

i've had a little look but i'm not sure what the best way would be of accessing data from nlbwmon to process in code and send to a database on a different host on the internet. if possible i'd like to store nothing on the persistent storage on my router.

is there a good hook in nlbwmon that i can use?

In fact, which DBMS it uses?

A first attempt would be to mount a cifs or nfs share and save the DB on a remote server, where we could read it.

I tried opening the DB with DB Browser for SQLite but it failed.