<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with zeromq]]></title><description><![CDATA[A list of topics that have been tagged with zeromq]]></description><link>http://community.onion.io/tags/zeromq</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 00:45:40 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/zeromq.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Feb 2018 15:04:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Omega2+ ZeroMQ]]></title><description><![CDATA[<p dir="auto">Dear Onioneers!</p>
<p dir="auto">I just got 10 new Omegas2 for my project <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--smile" title=":D" alt="😄" /> I am beginner, but I am following tutorials and project vol 1 and my knowledge increases. But, there is a limit to how much one can learn this way and now I need your guidance.</p>
<p dir="auto">I have to implement ZeroMQ message broker. I found link on onion git:<br />
<a href="https://github.com/OnionIoT/OpenWRT-Packages/tree/master/zeromq" rel="nofollow">https://github.com/OnionIoT/OpenWRT-Packages/tree/master/zeromq</a></p>
<p dir="auto">There is Makefile file and patch file.<br />
I downloaded them on one of my almost fresh Omegas (to /root/zeromq/).<br />
make Makefile gave me error:<br />
<em>make: not found</em><br />
(face into the wall).</p>
<p dir="auto">Ok, so I thought that make is from gcc, so I tried to install gcc. After extending my space:<br />
<a href="https://docs.onion.io/omega2-docs/using-a-microsd-card.html" rel="nofollow">https://docs.onion.io/omega2-docs/using-a-microsd-card.html</a> +<br />
<a href="https://docs.onion.io/omega2-docs/boot-from-external-storage.html" rel="nofollow">https://docs.onion.io/omega2-docs/boot-from-external-storage.html</a><br />
i installed gcc, make and debugger and make example project compilation in C, it worked fine.</p>
<p dir="auto">Now, make Makefile gives me something like that:<br />
<em>Makefile:31: /package.mk: No such file or directory<br />
make: *** No rule to make target '/package.mk'.  Stop.</em></p>
<p dir="auto">I opened in Nano this Makefile. This error references to this:<br />
<em>include $(INCLUDE_DIR)/package.mk</em></p>
<p dir="auto">As I see correctly, my Omega does not know what is $(INCLUDE_DIR) or INCLUDE_DIR or what should it be.</p>
<p dir="auto">I only installed python (with pySerial, minimalModbus and pip), nano, gcc, git and some packages for microSD.</p>
<p dir="auto">Do I miss something important? Or maybe I did something wrong?<br />
Could anyone send me some directions, what to do? <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">Best regards,<br />
Marcin</p>
]]></description><link>http://community.onion.io/topic/2732/omega2-zeromq</link><guid isPermaLink="true">http://community.onion.io/topic/2732/omega2-zeromq</guid><dc:creator><![CDATA[Marcin L]]></dc:creator><pubDate>Tue, 20 Feb 2018 15:04:38 GMT</pubDate></item></channel></rss>