robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

shv: rewite ls to work without malloc and adapt for new broker #56

Closed ppisa closed 1 year ago

ppisa commented 1 year ago

The broker has been updated when we have discussed about latest changes and as result of the broker update there problem appeared. New broker version uses standard map field within header metadata. This is according SHV original design but simple C implementation was not able to skip this kind of unused metadata in received header parsing.