Click here to Skip to main content
15,890,506 members
Home / Discussions / Python
   

Python

 
QuestionPython SYN flood test Pin
Alex Wright 20224-Mar-23 6:10
Alex Wright 20224-Mar-23 6:10 
AnswerRe: Python SYN flood test Pin
Richard MacCutchan4-Mar-23 6:21
mveRichard MacCutchan4-Mar-23 6:21 
Questionpymodbus make a connection with server every each command? Pin
Super Y1-Mar-23 15:05
Super Y1-Mar-23 15:05 
AnswerRe: pymodbus make a connection with server every each command? Pin
Richard MacCutchan1-Mar-23 22:33
mveRichard MacCutchan1-Mar-23 22:33 
QuestionPython - Pygame - Fill screen with triangles without gaps Pin
Tairros8-Feb-23 10:34
Tairros8-Feb-23 10:34 
AnswerRe: Python - Pygame - Fill screen with triangles without gaps Pin
Peter_in_27808-Feb-23 14:07
professionalPeter_in_27808-Feb-23 14:07 
GeneralRe: Python - Pygame - Fill screen with triangles without gaps Pin
Tairros9-Feb-23 4:41
Tairros9-Feb-23 4:41 
GeneralRe: Python - Pygame - Fill screen with triangles without gaps Pin
Peter_in_27809-Feb-23 13:25
professionalPeter_in_27809-Feb-23 13:25 
QuestionPython learning Pin
Nahid.hb25-Dec-22 1:01
Nahid.hb25-Dec-22 1:01 
AnswerRe: Python learning Pin
OriginalGriff25-Dec-22 1:06
mveOriginalGriff25-Dec-22 1:06 
AnswerRe: Python learning Pin
Kevin McFarlane10-Jan-23 0:05
Kevin McFarlane10-Jan-23 0:05 
QuestionTennis racket Pin
Member 1586879618-Dec-22 10:04
Member 1586879618-Dec-22 10:04 
QuestionRe: Tennis racket Pin
Richard MacCutchan18-Dec-22 21:46
mveRichard MacCutchan18-Dec-22 21:46 
QuestionMessage Closed Pin
6-Dec-22 21:28
Tangent Technologies6-Dec-22 21:28 
AnswerRe: Variables Pin
trønderen6-Dec-22 22:29
trønderen6-Dec-22 22:29 
QuestionDSA DOUBT Pin
Krishang Gupta1-Dec-22 11:03
Krishang Gupta1-Dec-22 11:03 
AnswerRe: DSA DOUBT Pin
Richard Deeming1-Dec-22 22:08
mveRichard Deeming1-Dec-22 22:08 
QuestionHow to iterate within a list in python? Pin
ryandaniel1724-Nov-22 18:48
ryandaniel1724-Nov-22 18:48 
AnswerRe: How to iterate within a list in python? Pin
Richard MacCutchan24-Nov-22 22:13
mveRichard MacCutchan24-Nov-22 22:13 
Your question is unclear, what do you mean by "could not do the same to extract the rssi and loRaSNR values"? What is the actual code you used, and what problems did you see?

Also, I have edited your question so the JSON text is readable.

[edit]
The info field is an array (of one item), so you just need to access element zero. something like:
Python
gateway = info[0]
rssi = gateway["rssi"]
loRaSNR = gateway["loRaSNR"]
print(F"{rssi=}, {loRaSNR=}")

[/edit]

modified 25-Nov-22 7:47am.

AnswerRe: How to iterate within a list in python? Pin
Gulshan Negi15-Mar-23 23:28
professionalGulshan Negi15-Mar-23 23:28 
QuestionPlz Help Trying to make driving game more realistic and fun (pygame) Pin
s897422-Nov-22 20:41
s897422-Nov-22 20:41 
AnswerRe: Plz Help Trying to make driving game more realistic and fun (pygame) Pin
Gulshan Negi14-Feb-23 21:34
professionalGulshan Negi14-Feb-23 21:34 
QuestionPython Code Related Pin
Mr.Zeenore18-Nov-22 12:28
Mr.Zeenore18-Nov-22 12:28 
AnswerRe: Python Code Related Pin
Dave Kreskowiak18-Nov-22 17:55
mveDave Kreskowiak18-Nov-22 17:55 
GeneralRe: Python Project Question Pin
Mr.Zeenore18-Nov-22 21:36
Mr.Zeenore18-Nov-22 21:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.