aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2024-04-08Merge pull request #4 from ↵Smoke
meshnet-gophers/dependabot/go_modules/github.com/charmbracelet/log-0.4.0
2024-04-08Merge pull request #3 from ↵Smoke
meshnet-gophers/dependabot/go_modules/google.golang.org/protobuf-1.33.0
2024-03-22Bump github.com/charmbracelet/log from 0.3.1 to 0.4.0dependabot[bot]
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]>
2024-03-06Bump google.golang.org/protobuf from 1.32.0 to 1.33.0dependabot[bot]
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]>
2024-03-04Bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]
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]>
2024-02-19Merge pull request #1 from ↵Smoke
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
2024-02-19update module pathSmoke
2024-02-19Bump go.bug.st/serial from 1.6.1 to 1.6.2dependabot[bot]
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]>
2024-02-16mode dedupe to own packageSmoke
2024-02-16feat/update-protobufs (#16)Smoke
* 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
2024-02-15Update package dependencies + tidy (#13)github-actions[bot]
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]>
2024-02-05Update package dependencies + tidy (#6)github-actions[bot]
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]>
2024-02-05Refactor Meshtastic "Stream" Protocol handling and implement TCP listener (#5)Noah Stride
* 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
2024-01-19updatesSmoke
2024-01-19Initial commitSmoke