From 5a2de7b1ffc48ef431dbe839588f294b00cc2f60 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 9 Jan 2020 12:51:31 -0500 Subject: [PATCH] Small Fix - Update description of LBS project to include language used --- Web Pages/portfolio.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web Pages/portfolio.html b/Web Pages/portfolio.html index 240871e..429eb70 100644 --- a/Web Pages/portfolio.html +++ b/Web Pages/portfolio.html @@ -383,9 +383,9 @@ to last the entire internship. I was able to determine that MQTT-SN was a good option as it simply sends a data packet to a server without checking for acknowledgement and the packet - header is sufficiently small. I successfuly implemented the packet structure and delivery to the server, but - I was unable to get the server to recognize that it received the packet in my remaining time at Hughes. - Using Wireshark, I confirmed the reception + header is sufficiently small. I successfuly implemented the packet structure and delivery to the server on the terminal + software written in C. However, I was unable to get the server to recognize that it received the packet in my remaining + time at Hughes. Using Wireshark, I confirmed the reception of the packet, but none of the open-source MQTT-SN brokers I used worked.