heliflieger / a-culfw

Alternative culfw
Other
126 stars 64 forks source link

ignore MAX devices on cul #20

Open f0m3 opened 6 years ago

f0m3 commented 6 years ago

I have 2 Cul (reflashed MAXCUbes) to cover a large building complex. I think, that i loose credits on both of them unneccesary because the two CUL can "see" each other and send autoACK to each other. At the same tome they might overlay the ack of the other devices I would like to test some ignoration on the level of culfw. How would this be done best? Is there anybody else interested in this?

f0m3 commented 5 years ago

BTW i am still interested in this. So maybe someone can help me to sort this out? I am not a good programmer but i understand some things in the source.

  1. is it true that moritz sends automatic ack to any received MAX Telegram? Ideas:
  2. I would implement an array of MAX IDs (blacklist) that is checked before sending Auto-ACK
  3. I would implement a culfw command that adds/removes MAX IDs from that array
  4. I would implement a culfw command that lists all IDs contained in the array

Is that a good idea?