Catherine Garabedian

Results 8 comments of Catherine Garabedian

"Should we be fostering development directly on the board rather than in the SDK?" - Meh. I'm not sure of the benefit. You lose the ability to use an IDE...

Receive IP Messages - From where and about what? Telemetry categorization - Could the subsystem include the level of importance as a field in the telemetry message it sends? Unless...

Additional potential work item: periodically do SQLite [integrity check](https://sqlite.org/pragma.html#pragma_integrity_check) or [quick check](https://sqlite.org/pragma.html#pragma_quick_check) to check for [database corruption](https://sqlite.org/rescode.html#corrupt)

Also: [log database errors to somewhere](https://sqlite.org/errlog.html)

Thanks for the catch! Our main documentation is at docs.kubos.co The readme is supposed to be kept up-to-date, but we definitely missed a few things :/

USB support has now been added for the BBB. The changes are available in master and will be included with the next release.

I'd prefer it if `kubos start` just started running whatever was in the current directory (for example, I'm developing an app. I navigate to `{path}/my-app-dir` and run `kubos start`. My...

Wishlist: `kubos check` - Rust - Wrapper around `cargo check` - Python - Whatever static typing exists for Python now - Validate the project's `manifest.toml` file