jurriaan / meshstellar

✨ Monitor your Meshtastic constellation
MIT License
22 stars 0 forks source link

Processing error on certain packet types #2

Open erikdewildt opened 4 months ago

erikdewildt commented 4 months ago

Hi,

I've just installed this great app to monitor my mesh. First of all thanks for your work on this!

I get two types of error due to the app being unable to process certain packet types:

2024-05-26T08:04:15.200660Z WARN meshstellar::import: Skipping packet after processing error: Mesh packet processing error: Unsupported portnum: TextMessageApp

2024-05-26T08:08:32.199431Z WARN meshstellar::import: Skipping packet after processing error: Mesh packet processing error: Unsupported portnum: StoreForwardApp

Perhaps these can be fixed in a future version?

Thanks again, Regards,

Erik

jurriaan commented 4 months ago

What do you want to do with the Text messages? I could process them in the import process and store them in the database if needed. Currently it will decode them on the fly from the raw payload and show them in the messages tab.

StoreForward indeed isn't implemented, haven't used it myself, I'll look into it!