uzlib and lwip
Posted: Wed Feb 26, 2020 3:48 am
While looking at a project evolving STM32 collecting data, compressing the data, sending the data using UDP I wanted to read up on the functions: uzlib only decompresses and there is no documentation on lwip for micropython.
I did find the source for uzlib and lwip, is there a reason not to add compression and the docs for lwip?
Thanks - looking at STM32L073RZ as the host and I don't think I'll need UDP on the host since it will use a LTE device with AT commands.
I did find the source for uzlib and lwip, is there a reason not to add compression and the docs for lwip?
Thanks - looking at STM32L073RZ as the host and I don't think I'll need UDP on the host since it will use a LTE device with AT commands.