PIC32MZ TCPIP Server
This week I integrate my previous TLS TCP Server code onto ‘the board’ – PIC32MZ. DHCP enabled & Fixed IP adress test First I experiment with having DHCP enabled on MHC. Using ‘tcpip_discoverer’ from Harmony to fetch the assign IP address. java -jar tcpip_discoverer.jar The discoverer tool is very useful to fetch the IP address. Next is to disabled DHCP, to have a fixed IP address test. Both test passes. *Harmony > tcpip examples project was used Self sign CERTIFICATES Reusing the Read more…