projecthorus / sondehub-infra

GNU General Public License v3.0
26 stars 4 forks source link

imet block #56

Closed TheSkorm closed 2 years ago

TheSkorm commented 2 years ago

Block old versions of autorx for imets due to imet-1 issue something like this - wait for autorx version from @darksidelemm

if imet:
   if autorx == software name:
       if version.parse(software_version) < version.parse(1.5.9):
            #add error message
            # drop payload

need to check if from packaging import version available on lambda

TheSkorm commented 2 years ago

1.5.9 or higher for iMet-1 and iMet-4 not iMet-54

TheSkorm commented 2 years ago

image packing isn't part of lambda :(

TheSkorm commented 2 years ago

@darksidelemm FYI imet block has been implemented.