Go to file
Alexander Lazarenko 102c9bb36a
Refactor network handling with SmartPackage abstraction
Introduced the SmartPackage struct to simplify and centralize logic for handling various payloads, including JSON and alarms. Moved specific handlers into dedicated functions and utilized maps for dynamic process function assignment. Improved error handling and modularity for better scalability and maintainability.
2025-02-22 21:15:03 +03:00
cmd/dev-server Refactor network handling with SmartPackage abstraction 2025-02-22 21:15:03 +03:00
test Added testing and rewrite serializer 2025-02-07 21:04:06 +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 Added testing and rewrite serializer 2025-02-07 21:04:06 +03:00
evem.go Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +03:00
go.mod Added testing and rewrite serializer 2025-02-07 21:04:06 +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 Refactor and enhance handling of payloads and data structures 2025-02-22 19:23:16 +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 Refactor network handling with SmartPackage abstraction 2025-02-22 21:15:03 +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