Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: c3re/can2mqtt

Tags

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh action (#90)

* update slab and updates to Cargo.toml

Signed-off-by: Malte Munch <[email protected]>

* Remove .cargo folder and Github workflow for build and release and crates

Signed-off-by: Malte Munch <[email protected]>

* Version 3.0.1

Signed-off-by: Malte Munch <[email protected]>

---------

Signed-off-by: Malte Munch <[email protected]>
Co-authored-by: Malte Munch <[email protected]>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rust rewrite (#82)

v2.3.2

Toggle v2.3.2's commit message
Set latest version to v2.3.2 in README

Signed-off-by: Malte Munch <[email protected]>

v2.3.1

Toggle v2.3.1's commit message
Fix false use of copy in bytecolor2colorcode

Signed-off-by: Malte Muench <[email protected]>

v2.3.0

Toggle v2.3.0's commit message
* Create constants for dirModes

* Update README

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mosquitto auth improvements (#61)

* Mention CAN-Interface name on connection error

* Rework MQTT Authentication

* use net/url package to parse URL
* Set username and password directly instead of function
* remove one useless variable layer
* client ID is now lowercase "can2mqtt"

---------

Co-authored-by: Malte Muench <[email protected]>

v2.2.0

Toggle v2.2.0's commit message
set version in github release and print it (#57)

Signed-off-by: Malte Muench <[email protected]>
Co-authored-by: Malte Muench <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New loglib (#55)

* Some typofixing and doc improvements

Signed-off-by: Malte Muench <[email protected]>

* Write help to stderr

Signed-off-by: Malte Muench <[email protected]>

* Improve logging, and improve error handling in reading the csv

Signed-off-by: Malte Muench <[email protected]>

* Remove unused methods

Signed-off-by: Malte Muench <[email protected]>

* Adds logging for receivehandling.go

Signed-off-by: Malte Muench <[email protected]>

* Various smaller IDE proposed improvements

Signed-off-by: Malte Muench <[email protected]>

* renamings, prefer short names

Signed-off-by: Malte Muench <[email protected]>

---------

Signed-off-by: Malte Muench <[email protected]>
Co-authored-by: Malte Muench <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
restructure convertfunctions (#52)

* Restructure README.md

* convertmodes are now in a table
* first steps to restructure convertmodes to external files, a cleaner
  interface

Signed-off-by: Malte Muench <[email protected]>

* All convertmethods with none-function

Signed-off-by: Malte Muench <[email protected]>

* Tiny steps to use convertfunctions via an interface

Signed-off-by: Malte Muench <[email protected]>

* Some stuff that should have happened earlier...

* Changed the default type for CAN-IDs to uint32 in all places
* Changed the default type for MQTT Payload to []byte
* Completely removed convert2CAN and convert2MQTT functions

* New type for mqtt payload in test

* Removes mockup _test files

* Second convertmode in new interface format

Signed-off-by: Malte Muench <[email protected]>

* Remove convertfunctions.go and fix log message

* Implemented convertmode uint82ascii

* Generic implementation for all uint*2ascii convertmodes

* Enable uint*2ascii convertmodes

* Adds new interfaced convertmode 2uint322ascii

Placed hint for myself to use strings.Fields instead of split

* Implement all uint convertmodes

Signed-off-by: Malte Muench <[email protected]>

* Convert modes of uint and int now en par

Signed-off-by: Malte Muench <[email protected]>

* New convertmode in interfaced-form bytecolor2colorcode

Signed-off-by: Malte Muench <[email protected]>

* Last convertmode implemented

Signed-off-by: Malte Muench <[email protected]>

* Removes helpers.go

Signed-off-by: Malte Muench <[email protected]>

* Adds e2e test state

Signed-off-by: Malte Muench <[email protected]>

* Updates readme

Signed-off-by: Malte Muench <[email protected]>

---------

Signed-off-by: Malte Muench <[email protected]>
Co-authored-by: Malte Muench <[email protected]>

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/net from 0.8.0 to 0.17.0 in /src (#41)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>