Replies: 1 comment 2 replies
-
Most of the code is a reverse engineered from Samsungs SNET Software. SNET is written in dotnet and dotnet is not binary code. So its easy to find Discompilers and read what it does. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
i have looked at
protocol_non_nasa.h
andprotocol_non_nasa.cpp
it seem all the decoding more or less happen heremy question are :
-where did you find that information ?
-can you share the source or how you get it ?
-is it your work by trial and error and packet sniffing ? (very impressive if this is it)
-decompile Snet Pro V1 ?
ultimately my goal is to make my own code because i dont really need all the cumbersome (and very complicated for me to fully understand) code of ESPhome and to run it on an ESP32 that rely on wifi.
I plan to run a smaller version for my need that run on an Arduino Mega2560 wich i believe is more than enough to process 10 packet/second max @ 9600bps
Thank you very much for your time
Beta Was this translation helpful? Give feedback.
All reactions