| Age | Commit message (Collapse) | Author |
|
meshnet-gophers/dependabot/go_modules/github.com/charmbracelet/log-0.4.0
|
|
meshnet-gophers/dependabot/go_modules/google.golang.org/protobuf-1.33.0
|
|
Bumps [github.com/charmbracelet/log](https://github.com/charmbracelet/log) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/charmbracelet/log/releases)
- [Commits](https://github.com/charmbracelet/log/compare/v0.3.1...v0.4.0)
---
updated-dependencies:
- dependency-name: github.com/charmbracelet/log
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
meshnet-gophers/dependabot/go_modules/go.bug.st/serial-1.6.2
Bump go.bug.st/serial from 1.6.1 to 1.6.2
|
|
|
|
Bumps [go.bug.st/serial](https://github.com/bugst/go-serial) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/bugst/go-serial/releases)
- [Commits](https://github.com/bugst/go-serial/compare/v1.6.1...v1.6.2)
---
updated-dependencies:
- dependency-name: go.bug.st/serial
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
* use meshnet-gophers protobufs
* update go.mod for meshnet-gophers protobufs
* update protos
* add gitignore
* update go.mod
* use locally generated protobufs
* add generate.go
* use meshtastic protobufs upstream
|
|
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.
Co-authored-by: Bot <[email protected]>
|
|
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.
Co-authored-by: Bot <[email protected]>
|
|
* Start hacking on a "StreamConn"
* Tidy up write side
* Write basic send/receive test
* Add support for "wake" Start2 spam
* Add test case for reply
* Add TCP listener to meshtastic stream conn
* Very ugly basic impl that supports `meshtastic --nodes`
* Support graceful disconnection command from client
* Refactor handling for handleToRadioWantConfigID into it's own method
* Send FromRadio messages to clients
* Refactor client logic into own type
* Fix up serial support for new client
* Fix eample
* Remove datadump
* Make TCP listener optional
* Add locking for reading/writing from the connection
* Explain knownDevices
* Properly close streamConn in example
|
|
|
|
|