Tags: c3re/can2mqtt
Tags
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]>
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]>
set version in github release and print it (#57) Signed-off-by: Malte Muench <[email protected]> Co-authored-by: Malte Muench <[email protected]>
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]>
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]>
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>
PreviousNext