Search found 57 matches

by thethinker
Wed Mar 07, 2018 2:59 am
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13818

Re: Details Regarding "Received packet radio metadata header"

Thank you, is there a function to just retrieve/read the value of that timer?
I think what I'm going to do it write a function so it reads the value of the timer once in a while to set the actual offset between the timer and the real time.
by thethinker
Wed Mar 07, 2018 1:28 am
Forum: ESP-IDF
Topic: SNTP on a different port lwip Compilation Error
Replies: 5
Views: 6919

SNTP on a different port lwip Compilation Error

My SNTP server is on a different port than port 123, and I'm trying to use the SNTP client app to connect to that port,also I might want the software to be able to change the port. In the original ESP-IDF SNTP code, there does not seem to be a function to change the port, in fact the port is getting...
by thethinker
Tue Mar 06, 2018 1:16 am
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13818

Re: Details Regarding "Received packet radio metadata header"

Thank you very much for the response. Regarding the timestamp: Is there a way to change the reference of this timestamp? Or is there a way to get notified when ever this timestamp resets to zero? Or is there a way/function to just read this reference time when ever I need? The reason I'm trying to u...
by thethinker
Mon Mar 05, 2018 2:47 am
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13818

Re: Details Regarding "Received packet radio metadata header"

I believe that to be true as well. Thank you very much for your response. I'm looking forward for the response.
by thethinker
Thu Mar 01, 2018 1:35 am
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13818

Details Regarding "Received packet radio metadata header"

Hi, I have been looking at the following structure in sniffer's API: typedef struct { signed rssi:8; /**< signal intensity of packet */ unsigned rate:5; /**< data rate */ unsigned :1; /**< reserve */ unsigned sig_mode:2; /**< 0:is not 11n packet; 1:is 11n packet */ unsigned :16; /**< reserve */ unsi...