Small Fix

- Update description of LBS project to include language used
This commit is contained in:
Sravan Balaji
2020-01-09 12:51:31 -05:00
parent 72ce6a8b90
commit 5a2de7b1ff

View File

@@ -383,9 +383,9 @@
to last the entire internship. I was able to determine that
<a href="http://www.mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a>
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 <a href="https://www.wireshark.org" target="_blank">Wireshark</a>, 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 <a href="https://www.wireshark.org" target="_blank">Wireshark</a>, I confirmed the reception
of the packet, but none of the open-source
<a href="http://www.mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a>
brokers I used worked.