LBalsa
New member
- Joined
- Jan 27, 2020
- Messages
- 1
- Programming Experience
- 1-3
Hi am,
Firstly apologies if this is the wrong section. This is a last resort kind of post as I am on the borderline of desperation.
I am applying for a renowned company, that despite my lack of skills for their requirements, decided to proceed me to the code challenge.
After spending half the weekend on it, I emailed them today to regretfully inform I was unable to complete. Fortunately, they told me to just get on with it and submit whatever I had because it wasn't about "understanding everything", that's great, but I really don't have anything working...
They have provided a MQTT broker which I run on docker, I need to write an app that will subscribe, process some data and publish back. However I had never come across MQTT. I have spent hours searching and trying different guides, however, they only provide snippets of the code, and I don't understand how this fits in with the structure.
E.g.
There's always some missing piece that throws me off and I don't know what to do. I think the best one I've found is this one Internet of Things (IoT): MQTT Publishing & Subscribing messages to MQTT Broker (CloudMQTT) using .NET C# MQTT Client Library - TechCartNow.com
But the subscribe/publish methods are just errors.... I don't know what I'm missing or where I should stick these pieces...
I had a pile of rubble and different libraries yesterday, I've started another console app today (still at work) but can't figure it out.
Any help, tell off, whatever is appreciated, I'm just stressed out right now... I also understand no one is gonna do my homework and that is not my point...
Firstly apologies if this is the wrong section. This is a last resort kind of post as I am on the borderline of desperation.
I am applying for a renowned company, that despite my lack of skills for their requirements, decided to proceed me to the code challenge.
After spending half the weekend on it, I emailed them today to regretfully inform I was unable to complete. Fortunately, they told me to just get on with it and submit whatever I had because it wasn't about "understanding everything", that's great, but I really don't have anything working...
They have provided a MQTT broker which I run on docker, I need to write an app that will subscribe, process some data and publish back. However I had never come across MQTT. I have spent hours searching and trying different guides, however, they only provide snippets of the code, and I don't understand how this fits in with the structure.
E.g.
MQTT Publishing and Subscribing Messages to MQTT Broker (CloudMQTT) Using .NET C# MQTT Client Library - DZone
Check out this quick tutorial where we look at publishing and subscribing messages to the MQTT Broker (CloudMQTT) using the .NET C# MQTT Client Library.
dzone.com
M2Mqtt - MQTT Client Library Encyclopedia
Everything you need to know about the MQTT c# library called M2MQTT.
www.hivemq.com
Eclipse Paho - MQTT and MQTT-SN software
Eclipse Paho is a set of scalable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine-to-Machine (M2M) and Internet of Things (IoT)
www.eclipse.org
There's always some missing piece that throws me off and I don't know what to do. I think the best one I've found is this one Internet of Things (IoT): MQTT Publishing & Subscribing messages to MQTT Broker (CloudMQTT) using .NET C# MQTT Client Library - TechCartNow.com
But the subscribe/publish methods are just errors.... I don't know what I'm missing or where I should stick these pieces...
I had a pile of rubble and different libraries yesterday, I've started another console app today (still at work) but can't figure it out.
BaronWhite/MQTTClient
Contribute to BaronWhite/MQTTClient development by creating an account on GitHub.
github.com
Any help, tell off, whatever is appreciated, I'm just stressed out right now... I also understand no one is gonna do my homework and that is not my point...