Skip to content

Instantly share code, notes, and snippets.

@pokgak
Created July 2, 2020 23:42
Show Gist options
  • Save pokgak/0ec628ee2985816eca9f45e49480cc60 to your computer and use it in GitHub Desktop.
Save pokgak/0ec628ee2985816eca9f45e49480cc60 to your computer and use it in GitHub Desktop.
dtls-echo + rpl + ping6 enabled
1593732840.895972;m3-12;�main(): This is RIOT! (Version: 2018.10-devel-11412-g2ed76)
1593732840.896714;m3-12;RIOT (Tiny)DTLS testing implementation
1593732840.896895;m3-12;All up, running the shell now
1593732840.897113;m3-11;�main(): This is RIOT! (Version: 2018.10-devel-11412-g2ed76)
1593732840.897246;m3-11;RIOT (Tiny)DTLS testing implementation
1593732840.898931;m3-11;All up, running the shell now
m3-11;ifconfig 5 add 2001:db8::1
1593732858.522488;m3-11;> ifconfig 5 add 2001:db8::1
1593732858.522779;m3-11;success: added 2001:db8::1/64 to interface 5
m3-12;ifconfig 5 add 2001:db8::2
1593732867.080506;m3-12;> ifconfig 5 add 2001:db8::2
1593732867.081152;m3-12;success: added 2001:db8::2/64 to interface 5
m3-11;ifconfig
1593732872.224674;m3-11;> ifconfig
1593732872.226416;m3-11;Iface 5 HWaddr: 0B:97 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK
1593732872.226673;m3-11;
1593732872.228256;m3-11; Long HWaddr: 56:AD:FC:65:10:6B:11:14
1593732872.229216;m3-11; TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4
1593732872.231011;m3-11; AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 6LO
1593732872.231259;m3-11; IPHC
1593732872.231700;m3-11; Source address length: 8
1593732872.232761;m3-11; Link type: wireless
1593732872.233582;m3-11; inet6 addr: fe80::54ad:fc65:106b:1114 scope: link VAL
1593732872.235948;m3-11; inet6 addr: 2001:db8::1 scope: global VAL
1593732872.236231;m3-11; inet6 group: ff02::1
1593732872.236411;m3-11;
m3-12;ifconfig
1593732877.215445;m3-12;> ifconfig
1593732877.217046;m3-12;Iface 5 HWaddr: 7D:86 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK
1593732877.217286;m3-12;
1593732877.217939;m3-12; Long HWaddr: 26:BC:FB:65:10:6B:11:14
1593732877.220101;m3-12; TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4
1593732877.222078;m3-12; AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 6LO
1593732877.222908;m3-12; IPHC
1593732877.224095;m3-12; Source address length: 8
1593732877.224364;m3-12; Link type: wireless
1593732877.226062;m3-12; inet6 addr: fe80::24bc:fb65:106b:1114 scope: link VAL
1593732877.226910;m3-12; inet6 addr: 2001:db8::2 scope: global VAL
1593732877.228187;m3-12; inet6 group: ff02::1
1593732877.228487;m3-12;
m3-11;dtlss start
1593732884.457355;m3-11;> dtlss start
m3-12;dtlsc fe80::54ad:fc65:106b:1114 "Hello World"
1593732902.625799;m3-12;> dtlsc fe80::54ad:fc65:106b:1114 "Hello World"
1593732902.696876;m3-11;>
1593732902.698649;m3-11;Server: got DTLS Data App: --- Hello World --- (echo!)
1593732902.705051;m3-12;Client: got DTLS Data App -- Hello World --
1593732902.711250;m3-11;Received alert from client
m3-12;dtlsc 2001:db8::1 "Hello World"
1593732921.416315;m3-12;> dtlsc 2001:db8::1 "Hello World"
1593732931.420194;m3-12;0x80035af
1593732931.422424;m3-12;*** RIOT kernel panic:
1593732931.422815;m3-12;FAILED ASSERTION.
1593732931.423149;m3-12;
1593732931.423509;m3-12;*** halted.
1593732931.423875;m3-12;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment