Author Topic: Listen All Mode - Debug Display  (Read 8498 times)

rspecht

  • NewMember
  • *
  • Posts: 2
Listen All Mode - Debug Display
« on: November 26, 2020, 10:18:44 AM »
Hello,
I want to build a Debug Display for RFM69 LowPowerLib. Is it possible to catch all Messages in the Air? I want to show the last 4 Nodes and the last Message on the Display.

BR Raphael
« Last Edit: November 26, 2020, 10:21:04 AM by rspecht »

rspecht

  • NewMember
  • *
  • Posts: 2
Re: Listen All Mode - Debug Display
« Reply #1 on: November 27, 2020, 08:01:51 AM »
Sorry Guys..
Sometimes i need to learn reading ^^
Quote
bool promiscuousMode = true; //set to 'true' to sniff all packets on the same network

TomWS

  • Hero Member
  • *****
  • Posts: 1930
Re: Listen All Mode - Debug Display
« Reply #2 on: December 01, 2020, 09:19:40 PM »
Hint: Search for "snooper" on the forum...

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Listen All Mode - Debug Display
« Reply #3 on: December 03, 2020, 05:11:53 PM »
Code: [Select]
void RFM69::spyMode(bool onOff)