
In Progress
Posted
Paid on delivery
I need help giving my current Linux-based messaging stack a refresh. The plan is to deploy the latest EMQX broker, migrate my existing MQTT topics to it, and stand up an IEC server that can exchange data seamlessly with the new broker. Here is what I’m looking for: • Clean installation and hardening of EMQX on my Linux host, including TLS, user authentication, and optimised config files. • Migration or recreation of all current MQTT topics and retained messages so nothing is lost in the switch. • Configuration of a companion IEC server and a reliable bridge to EMQX so data can flow both ways in near-real time. • Basic test scripts or commands that prove publishing, subscribing, and IEC interoperability work end-to-end. • Short hand-off document outlining what you did and how I can tweak settings later. I already have root access to the machine and can spin up additional containers or services if you prefer Docker/Compose. I’ll be available for quick feedback while you work, and I’m happy to schedule a live test session before sign-off. If you’ve set up EMQX and IEC gateways before, this should be straightforward; if not, please outline your approach so I can be confident in the timeline. Looking forward to getting this upgrade wrapped up smoothly.
Project ID: 40583833
12 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

HI, KINDLY READ THROUGH MY PROPOSAL I will upgrade your Linux messaging stack with a clean, hardened deployment of the latest EMQX broker, seamless MQTT topic migration, and a reliable IEC server bridge for bidirectional data flow. MY APPROACH ✅ Phase 1: Install and harden EMQX with TLS, authentication, and optimized configuration on your Linux host (Docker or native). ✅ Phase 2: Migrate existing topics and retained messages to preserve all data. ✅ Phase 3: Set up the IEC server, configure the bridge, and provide test scripts for end-to-end verification. RELEVANT PROJECTS - Multiple EMQX deployments with TLS, authentication, and MQTT topic migrations for industrial systems. - IEC protocol gateways bridged to MQTT brokers for real-time data exchange. DELIVERABLES - Hardened EMQX installation and configuration - IEC server + bridge setup - Test scripts and short hand-off document QUESTIONS 1. Can you share details on your current MQTT topics, retained messages, and IEC server requirements? 2. Preferred deployment method (Docker Compose or native package)? 3. Any specific TLS certificate setup or authentication method in mind? Ready to start immediately. With prior experience setting up EMQX and IEC gateways, I can deliver a smooth upgrade quickly. Let's schedule the work and get your stack refreshed.
₹40,000 INR in 3 days
4.2
4.2

Hi, I hope you're doing well. I understand you're upgrading an existing Linux-based messaging infrastructure and need the transition to be seamless, secure, and reliable. The key objective is to deploy the latest EMQX broker, preserve your existing MQTT data, integrate an IEC server for real-time communication, and ensure everything is fully tested before handover. I will install and harden the latest EMQX instance with TLS, authentication, and optimized configuration, migrate your MQTT topics and retained messages, configure the IEC server and its bridge to EMQX, and validate bidirectional data flow with end-to-end testing. If preferred, I'll use Docker Compose for a clean, reproducible deployment and provide concise documentation covering the setup, configuration, and future maintenance. My focus is on delivering a stable, secure, and maintainable messaging platform with reliable interoperability, thorough testing, and a smooth handover so you can manage and extend the environment with confidence. Best regards, Heorhii
₹56,250 INR in 7 days
2.0
2.0
12 freelancers are bidding on average ₹52,808 INR for this job

As an experienced professional in AI, IoT and extensive knowledge of Linux, I am confident that I can provide the upgrade your messaging stack needs. My skills in handling Docker and familiarity with MQTT communication will ensure a smooth transition to EMQX broker for your MQTT topics and retained messages without any loss. Having worked on numerous projects involving setting up EMQX as a Messaging Broker and IEC servers, I can guarantee a clean installation of EMQX on your host. I will further harden it through TLS, user authentication, thus ensuring security of your messaging stack. Additionally, my proficiency with React, Django, Node.js and adeptness in deploying on AWS, GCP and Azure brings greater flexibility to our collaboration. Whether you prefer local deployment or containerization using Docker or Compose, rest assured I can adapt accordingly. Let's harness the power of AI integrated-Hardware to arrive at an intelligent system that's efficient and robust - just like you envision.
₹56,250 INR in 7 days
5.7
5.7

HI, i have vast experience in Devsecops field, i can configure edge, core and access level device with any networking vender. if you require my service send me message to discuss further regarding your project.
₹56,250 INR in 7 days
4.8
4.8

Hi, I am from banglore. I’m Vishruth, with 7 years of experience and 127+ client reviews. I can help refresh your Linux-based messaging stack by installing and hardening the latest EMQX broker, migrating MQTT topics, and configuring IEC server integration. My approach will be to set up EMQX securely with TLS, authentication, optimized configs, and proper access control. I’ll review the current MQTT setup, recreate/migrate topics and retained messages where supported, then configure the IEC server bridge so data can flow reliably between IEC and EMQX. I can also provide test publish/subscribe scripts, IEC interoperability checks, Docker/Compose setup if preferred, and a short handover document covering configuration, testing, and future maintenance. Regards, Vishruth
₹55,000 INR in 3 days
3.9
3.9

The EMQX-IEC handshake is the only tricky part here; securing the broker and migrating topics is routine. I’ve set up EMQX clusters (with hardened TLS/auth), IoT topic migrations, and Modbus/OPC-UA/IEC bridges for process automation. MQTT migration is direct—we’ll map your current topics/retained data, spin up EMQX (Docker or bare, your call), transfer, then wire authentication. IEC bridge: I’ve linked EMQX with IEC 60870/61850 via open-source and IEC Gateway setups, so bidirectional sync and test scripts are not an issue. You’ll get shell scripts for pub/sub, plus a sign-off document explaining custom configs and how to update topics or auth later. Docker or on-metal? Pradeep
₹56,250 INR in 7 days
3.4
3.4

Refresh your Linux-based messaging stack with EMQX (latest) and a paired IEC server, with topic/retained-message migration and a bidirectional bridge. I have shipped EMQX deployments behind TLS with username/password auth (and per-client certs) on Debian hosts, and built MQTT-to-IEC gateways in my own lab with retained-message replay verified end-to-end. Out of curiosity: do you need the IEC side to act primarily as a publisher (device -> broker) or a subscriber (broker -> control)? It changes the bridge buffer shape. Approach: 1. Hardened EMQX install: clean apt/yum package install on your host, TLS certs wired in, listener bound to 8883, password+ACL config, optimized zone settings for retained messages, log rotation, systemd unit. Output: working broker, hardened config file, handoff notes. 2. Topic + retained-message migration: dump existing topics and retained messages from your current broker, re-publish onto the new EMQX in a controlled sequence, verify zero-loss with a diff script. 3. IEC server + bidirectional bridge: stand up the IEC service in Docker (or alongside EMQX), write a small bridge worker (Python or Node) that subscribes to selected topics and pushes to IEC, and pulls IEC events back into retained topics. Configurable topic mapping. 4. End-to-end test harness: shell scripts that publish, subscribe, and trigger an IEC round-trip; produces a short log proving the data path. Includes a docker-compose file so you can spin it back up after any rebuild. 5. Handoff doc: one-page Markdown describing what was installed, where the config files live, and how to add a new topic or rotate a TLS cert. Sub-milestones: 30% on install + TLS + auth hardened, 40% on topic/retained migration + IEC bridge running, 30% on test scripts + handoff doc + sign-off. Happy to start with the install and one migrated topic as a first batch to confirm fit before the rest.
₹45,000 INR in 7 days
0.0
0.0

With respect, although I do not possess the specific skills for this particular project, I believe I can still add value to your endeavor. As a frontend/UI/UX developer who has been actively involved in numerous projects requiring comprehensive understanding and optimization of complex systems, my capabilities extend beyond a single domain. As the saying goes "iron sharpens iron," collaborating with unique skill-sets could spark innovative ideas fostering efficiency and streamlined solutions. My vast experience with Docker and Docker Compose introduces a layer of versatility to my skill-set that would be highly beneficial for this project. I am familiar with test automation which is essential for creating the basic test scripts or commands you mentioned. Additionally, my strong understanding of Linux-based environments gives me an edge when it comes to installation, hardening existing infrastructures, and optimizing configurations.
₹56,250 INR in 2 days
0.0
0.0

Chennai, India
Payment method verified
Member since Jul 2, 2025
₹37500-75000 INR
₹1500-12500 INR
₹1500-12500 INR
₹50000-100000 INR
₹37500-75000 INR
£10-11 GBP
$250-750 USD
$15-25 USD / hour
$10-30 USD
min $50 USD / hour
$250-750 USD
$250-750 USD
$10-30 AUD
₹12500-37500 INR
₹1500-12500 INR
$30-250 USD
₹750-1250 INR / hour
₹1500-12500 INR
₹12500-37500 INR
$10-30 USD
₹3500-4000 INR / hour
₹600-1500 INR
$3-10 SGD / hour
$15-25 USD / hour
$10-30 USD