-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
939 lines (772 loc) · 37.7 KB
/
index.xml
File metadata and controls
939 lines (772 loc) · 37.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>IoT withit</title>
<link>https://iotwith.it/</link>
<description>Recent content on IoT withit</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 16 Jul 2019 17:35:46 +0100</lastBuildDate>
<atom:link href="https://iotwith.it/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>ML for Embedded Software Engineers: a pragmatic approach [pt.2]</title>
<link>https://iotwith.it/blog/mlembeddedpragmatic_pt2/</link>
<pubDate>Mon, 18 May 2020 00:00:00 +0000</pubDate>
<guid>https://iotwith.it/blog/mlembeddedpragmatic_pt2/</guid>
<description>Part Two TinyML ML mindset The end? Part Two Part one of this introduction to Machine Learning for embedded software engineers has been the hard one. When I say hard, I mean hard as in hard skills.
I tried to guide you through the learning process with development boards and code, and I ended the article with the promise the following part would be softer.
How can this part be softer?</description>
</item>
<item>
<title>ML for Embedded Software Engineers: a pragmatic approach [pt.1]</title>
<link>https://iotwith.it/blog/mlembeddedpragmatic/</link>
<pubDate>Sat, 16 May 2020 00:00:00 +0000</pubDate>
<guid>https://iotwith.it/blog/mlembeddedpragmatic/</guid>
<description>Introduction Where to start? First steps into practice What&rsquo;s next? Introduction Last October, I met Jacob Beningo and he asked me if I was curious about Machine Learning applications for embedded systems. I had some general ideas of Machine Learning: something from my Master&rsquo;s, something from my job in Zerynth and Skypersonic, something from everyone-on-the-internet-talking-about-machine-learning.
But I never had the opportunity to really get into it, so why not?</description>
</item>
<item>
<title>IoT withit - About</title>
<link>https://iotwith.it/about/</link>
<pubDate>Tue, 16 Jul 2019 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/about/</guid>
<description>Why am I doing this? Because I like digital computing systems, getting to understand their founding principles.
I love to learn about the ways we use these artificial elements to rationalize the physical world.
Deriving data to control it, closing the loop.
I am intrigued by the Internet of Things as the attempt to merge the physical and digital realities: the biggest digital network, the Internet, now connecting sensible objects, resulting in a whole new cyber-physical system.</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0000/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0000/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0000 Urban Dictionary: Withit</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0001/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0001/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0001 lwIP
Why do we use the Linux kernels TCP stack
Wi-Fi and the OSI model</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0002/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0002/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0002 Developing applications [&hellip;] with LwIP TCP/IP stack</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0003/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0003/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0003 Espressif IoT Development Framework
Espressif lwIP fork
All About ESP32 - lwIP
Meld visual diff</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0004/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0004/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0004 GNU Netcat
lwipotps.h wiki
TCP Client example</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0005/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0005/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0005 Particle.io - Selecting a microcontroller (MCU) for your IoT Product
Introduction to Microcontrollers and Microprocessors
Atmel/Microchip - MPU or MCU?</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0006/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0006/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0006 Broadcom BCM5871X Product Brief
Broadcom BCM2837 ARM Peripherals</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0007/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0007/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0007 IoT withit on Github
Using a custom domain with GitHub Pages
HUGO
Minimal | HUGO Themes</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0009/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0009/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0009 Wireshark
text2pcap: Converting ASCII hexdumps to network captures</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0011/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0011/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0011 wlanif.c
esp32_pkt_capture.py
Answer to Fred’s Secret Packet Challenge – Part 1</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0015/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0015/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0015 AWS IoT and iRobot @ AWS
Serverless IoT at iRobot
iRobot and IoT @ iot-inc
AWS IoT JITR</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0016/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0016/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0016 AWS IoT Best Practices at Scale
AWS Lambda</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0017/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0017/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0017 esp32_pkt_capture.py
Answer to Fred’s Secret Packet Challenge – Part 1
text2pcap: Converting ASCII hexdumps to network captures</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0018/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0018/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0018 Huawei LiteOS
LiteOS lwIP port</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0019/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0019/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0019 Announcing Amazon FreeRTOS
FreeRTOS now under AWS aegis
Amazon FreeRTOS @ Github
FreeRTOS v9 vs v10</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0020/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0020/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0020 AliOS Things
AliOS Things @ Github
AliOS Things lwIP port
Supported Hardware</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0021/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0021/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0021 Android Things
Android Things @ Github
Android Things vs Android
Supported Hardware</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0022/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0022/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0022 Windows 10 IoT Core
Getting Started - Windows 10 IoT Core + Raspberry Pi 3
Windows 10 IoT – The Big Reboot @ Annabooks</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0024/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0024/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0024 ARM mbedTLS
Securing IoT applications with Mbed TLS</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0025/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0025/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0025 ARM mbedTLS @ Github
Dissecting TLS using Wireshark
Decrypting TLS Browser Traffic With Wireshark - The Easy Way</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0026/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0026/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0026 Whitepaper - The Fragility of Industrial IoT&rsquo;s Data Backbone
MQTT and CoAP: Security and Privacy Issues in IoT and IIoT Communication Protocols
Major vulnerabilities found in IoT protocols</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0027/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0027/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0027 7zip encryption vulnerability
How to add entropy sources in mbedTLS
Hacker news discussion on 7zip vulnerability</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0028/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0028/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0028 ssl_tls.c
Decrypting TLS Browser Traffic With Wireshark - The Easy Way</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0029/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0029/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0029 TLS, Pre-Master Secrets and Master Secrets
TLS PRF
ssl_tls.c
Decrypting TLS Browser Traffic With Wireshark - The Easy Way</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0030/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0030/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0030 ESP-IDF mbedTLS component
mbedTLS with NXP
mbedTLS with Infineon and OPTIGA Trust X crypto element</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0031/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0031/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0031 ESP-IDF https mbedtls example
mbedTLS ssl client example
https_mbedtls_example_main.c</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0032/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0032/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0032 BOSCH pursues an Open Strategy to transform IoT
BOSCH IoT Solutions Portfolio
Eclipse IoT Members
Eclispe IoT Constrained Device Stack</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0033/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0033/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0033 The Dawn of Digital Industries with IIoT, Siemens White Paper
Siemens MindSphere
MindSphere Architecture
Siemens Digitalization Strategy and Investment Updates
Siemens PLM Cloud, IoT, IIoT, and Analytics Strategy and Investment</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0035/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0035/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0035 Understanding and Managing Entropy
How does generating random numbers remove entropy from your system?
ESP32 Random Number Generation</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0036/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0036/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0036 CTR DRBG Source Code @ mbedTLS
NIST SP 800-90A
Add Entropy Sources to mbedTLS Entropy Pool</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0037/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0037/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0037 Question on Quora</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0038/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0038/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0038 Digicert IoT
Digicert Statistics @ W3Techs
State of IoT Security Survey</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0040/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0040/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0040 What is MQTT? @ F5 DevCentral
Understanding the MQTT Protocol Packet Structure
Request/Response vs Publish/Subscribe
Why HTTP isn&rsquo;t the King of the Internet of Things @ Samsung DevConf</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0041/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0041/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0041 app_main.c
Shadoan.io
Mosquitto MQTT Broker
esp-mqtt client</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0042/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0042/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0042 app_main.c
wlanif.c
esp32_pkt_capture.py
ESP32 lwIP packet Forward and Capture</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0043/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0043/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0043 Device OS mesh-develop
Argon LED remote control
Particle Argon Datasheet</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0044/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0044/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0044 acquisition_filtered.pcap
Understanding the MQTT Protocol Packet Structure
esp32_pkt_capture.py</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0045/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0045/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0045 mbedTLS alternative cryptography engines
ARM CryptoCell 300 Family
Particle Argon Datasheet</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0046/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0046/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0046 Fleet Space Technologies | Scalable Global IoT
South Australian startup takes the IoT out of this world
CubeSat launch is an Australian first</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0047/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0047/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0047 An overview of the SSL or TLS handshake
mbedTLS HTTPS client on ESP32</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0048/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0048/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0048 Mentor, Enabling Embedded Devices for IIoT</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0049/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0049/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0049 GE launches GE Digital
3 Recommendations For GE&rsquo;s Newly Formed IIoT Software Company
GE Digital Customer Stories
GE Digital Predix, IIoT platform
Predix Official Website
Predix platform reviews @ Gartner</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0051/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0051/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0051 Adding Intelligent Vision to Your Next Embedded Product
Machine Learning on ARM
Embeddedrelated TV
ARM CMSIS 5
OpenMV Cam M7
ARM CMSIS NN - CIFAR-10 Demo
SIMD instructions
How to run deep learning model on microcontroller with CMSIS-NN
Caffe</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0052/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0052/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0052 Ubuntu Core
Ubuntu #EW19
Rigado Commercial IoT Gateways To Deploy with Canonical Ubuntu
Ubuntu Core certified by DELL
Introduction to Ubuntu Core
Ubuntu IoT
snapcraft.io</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0053/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0053/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0053 The IoT Requires Upgradable Security
Finding the Right Security Level for Your IoT Application @ EW19
riscure and Silicon Labs
IoT Goes Nuclear: Creating a ZigBee Chain Reaction</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0054/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0054/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0054 Gemalto at MWC Barcelona
Cinterion EXS82
Cinterion ENS22 Datasheet
Gemalto M2M modules
IoT at MWC: what&rsquo;s new?
Gemalto Secure Elements
Gemalto IoT Security
MWC Barcelona Gemalto Exhibitor Page
Gemalto Cyber security for commercial drones</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0055/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0055/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0055 Python3 TLS CloudMQTT
CloudMQTT</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0057/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0057/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0057 BPF: the forgotten bytecode
Dive into BPF</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0058/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0058/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0058 Ghidra SRE
LiveOverflow Youtube Streaming
Ghidra @ NSA</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0059/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0059/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0059 eBPF
Learning eBPF
IO Visor material on eBPF
A thorough introduction to eBPF
Why is the kernel community replacing iptables</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0060/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0060/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0060 IO Visor BCC
CLang
Learning eBPF
IO Visor material on eBPF</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0061/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0061/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0061 eBPF MQTTs dumper
pktstream_to_pcap
Python cloudmqtt MQTTs</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0062/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0062/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0062 Machine learning models + IoT data = a smarter world (Google I/O &lsquo;18)
How to Migrate Intelligence from the Cloud to Embedded Devices at the Edge (EW19)
Designing Intelligent Systems Using Resource Constrained Edge Devices (EW19)</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0063/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0063/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0063 ESP32 Technical Reference Manual
RSA (cryptosystem)
Kid RSA
Kid RSA @ GitHub</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0064/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0064/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0064 Don’t be confused between Concurrency and Parallelism (Picture Credits)
Concurrency is not Parallelism
Concurrency vs Parallelism @ StackOverflow
Concurrency vs Parallelism</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0065/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0065/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0065 PI in binary
Single precision floating point</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0066/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0066/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0066 pi.c</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0067/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0067/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0067 Securing IoT device data against physical access
Fundamentals of IoT Security : What is Threat Modeling</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0068/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0068/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0068 ESP-IDF MQTTs example
MQTTs with CloudMQTT
HTTPS on ESP32</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0069/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0069/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0069 Certificate Authority
Hint, CloudMQTT FAQ
Hint, ESP-IDF example README</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0070/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0070/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0070 An exclusive look at an original iPhone prototype
ARM1176JZF-S Reference Manual
MCU Development Kit
ARM Jazelle</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0071/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0071/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0071 Most common OpenSSL commands
How to know if certificate is self-signed
TLS certificate validation
Comodo Domain Validation (SHA-2)
PEM format</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0072/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0072/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0072 Webcast: smart partitioning and iot system development
Analog Devices IoT products @ Mouser
DIKW pyramid</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0073/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0073/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0073 ESP32 CloudMQTT TLS example</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0074/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0074/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0074 ESP32 CloudMQTT TLS example
ESP-IDF MQTTs example README
How certificate chains work</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0075/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0075/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0075 Broad Agency Announcement - Real Time Machine Learning (RTML) Microsystems Technology Office
Real Time Machine Learning (RTML) details @ FBO
DARPA teams up with NSF to develop ASICs tailored for machine learning applications</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0076/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0076/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0076 The Difference Between Root Certificates and Intermediate Certificates
How certificate chains work
What is the purpose of the Intermediate CA certificate?</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0077/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0077/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0077 I&rsquo;ve Never Had a Bug in My Code
Is it a Bug or an Error?
On the Cruelty of Really Teaching Computing Science</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0078/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0078/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0078 Python Cloud MQTT invalid certificate</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0079/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0079/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0079 Python TLS
openssl-verify man page
Python Cloud MQTT invalid certificate
Use openssl to individually verify components of a certificate chain</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0080/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0080/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0080 openssl-verify man page
How does the digital signature verification process work?</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0081/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0081/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0081 Practical examples of connecting production lines to the Cloud @ Hannover Messe
Azure Industrial IoT in details by Erich Barnstedt, Microsoft
Azure IoT Edge OPC Proxy Module
Industry 4.0 - Connected Factory with Microsoft IoT Solutions</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0082/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0082/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0082 openssl-verify man page
Use openssl to individually verify components of a certificate chain
Python Cloud MQTT invalid certificate</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0083/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0083/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0083 Second Generation Amazon Dash Button teardown
Another teardown
SeedStudio ReButton</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0084/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0084/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0084 Serverless Computing: One Step Forward, Two Steps Back
Hacker News discussion
A vlog about the article</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0085/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0085/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0085 What can software organizations learn from the Boeing 737 MAX saga?
Boeing 737 Stall Escape manoeuvre, why MAX needs MCAS!!</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/0086/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/0086/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] 0086 RTOS.com
Microsoft acquires Express Logic to help its push into the internet of things
Windows 10 IoT Core @ IoT withit</description>
</item>
<item>
<title></title>
<link>https://iotwith.it/instagram_references/base/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/instagram_references/base/</guid>
<description>Insert Post ID (e.g., 0000) [0,86,8,10,12,13,14,23,34,39,50,56] </description>
</item>
<item>
<title>IoT withit - Instagram Series and References</title>
<link>https://iotwith.it/series/</link>
<pubDate>Mon, 31 Dec 2018 17:35:46 +0100</pubDate>
<guid>https://iotwith.it/series/</guid>
<description>navigate HERE Post References by Post ID
IoT withit Instagram Series Instagram posts, grouped into series by topic! (most recent series first)
MQTT series 0 - MQTT Application Protocol
1 - Open MQTT Brokers and ESP32
2 - Capture ESP32 MQTT packets
3 - Wireshark and MQTT
4 - ESP32 CloudMQTT
5 - CloudMQTT CA Certificate
6 - Retrieve CloudMQTT CA certs
7 - CloudMQTT ESP32 Code
8 - ESP32 wrong CA certificate?</description>
</item>
</channel>
</rss>