Go to file
Alexander Lazarenko 9d2db3672c
Add SPI data handling and serialization support
Introduced `SpiParameters` and related structs to process SPI data. Added JSON marshaling/unmarshaling logic and a handler for the "SPI" command in the server. This enables parsing and transforming SPI data effectively for device communication.
2025-02-23 15:13:27 +03:00
cmd/dev-server Add SPI data handling and serialization support 2025-02-23 15:13:27 +03:00
test Add custom notFoundError type and improve error handling 2025-02-23 11:51:16 +03:00
.gitignore Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
certificate.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
configmodel.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
devemm.go Add SPI data handling and serialization support 2025-02-23 15:13:27 +03:00
evem.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
go.mod Update module path to include version suffix 2025-02-22 22:16:52 +03:00
go.sum Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
io.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
mediastreammodel.go Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
params.go Removed DSM 2025-02-23 12:57:09 +03:00
README.md Initial 2023-11-29 14:16:00 +03:00
scheme.go Refactor network handling with SmartPackage abstraction 2025-02-22 21:15:03 +03:00
smart.go Add custom notFoundError type and improve error handling 2025-02-23 11:51:16 +03:00
storm.go Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
utils.go File split 2023-11-30 20:05:11 +03:00

N9M