<?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[tdevmon on MIPS architecture]]></title><description><![CDATA[<p dir="auto">Hello everyone im new here and i wanted to use ioninja  serial over ssh using a device with mips architecture... i was wondering is there a way to build a module and service for it?</p>
<p dir="auto">To be more precise i am trying to build tdevmon driver and service for openwrt device since i need to use that to connect to my modbus devices and give out ssh ( openwrt device has wifi and everything ) could that be possible in any way? thank you very much</p>
]]></description><link>http://64.23.185.212/forum/topic/22/tdevmon-on-mips-architecture</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 16:11:00 GMT</lastBuildDate><atom:link href="http://64.23.185.212/forum/topic/22.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 Mar 2022 17:09:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Tue, 03 Jan 2023 02:22:01 GMT]]></title><description><![CDATA[<p dir="auto">That's great! Please send a pull request to <code>tdevmon-linux</code>; I will take a look and integrate the changes to the main repo after testing those on Rpi-3 &amp; 4.</p>
<p dir="auto">Happy New Year!</p>
]]></description><link>http://64.23.185.212/forum/post/188</link><guid isPermaLink="true">http://64.23.185.212/forum/post/188</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Tue, 03 Jan 2023 02:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Sat, 24 Dec 2022 05:34:21 GMT]]></title><description><![CDATA[<p dir="auto">Re missing <code>dl</code>  -- try with the latest <code>axl</code>:</p>
<pre><code>cd axl
git checkout master
git pull
</code></pre>
<p dir="auto">then rebuild</p>
<pre><code>cd ../build
cmake .
make clean
make -j`nproc`
</code></pre>
<p dir="auto"><code>libudev</code> and <code>dl</code> issues are (probably) caused by <code>axl</code> tests; if the problem persist, simply comment line 51 in <code>axl/CMakeLists.txt</code>:</p>
<pre><code># add_subdirectory(test)
</code></pre>
<p dir="auto">As for ARM cross-compiling -- I build and debug on a Raspberry Pi over an SSH channel, so I don't have a ready-to-use cross-compiling toolchain.</p>
]]></description><link>http://64.23.185.212/forum/post/181</link><guid isPermaLink="true">http://64.23.185.212/forum/post/181</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Sat, 24 Dec 2022 05:34:21 GMT</pubDate></item><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Wed, 21 Dec 2022 06:27:34 GMT]]></title><description><![CDATA[<p dir="auto">Extracted the non-proprietary code and published it here:</p>
<p dir="auto"><a href="https://github.com/vovkos/tdevmon-linux" rel="nofollow ugc">https://github.com/vovkos/tdevmon-linux</a></p>
<p dir="auto">The user-mode part should build on any generic Linux box without a problem. The kernel module would require porting (at least, the write protection removal code).</p>
]]></description><link>http://64.23.185.212/forum/post/179</link><guid isPermaLink="true">http://64.23.185.212/forum/post/179</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Wed, 21 Dec 2022 06:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Thu, 15 Dec 2022 07:27:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello Bob,</p>
<p dir="auto">That's possible. <code>tdevmon</code> contains some proprietary code (mostly concerning the kernel-mode drivers for Windows) so I can't share the actual repo. But I can make a snapshot of what's required to build the tdevmon CLI and give you a link to that. Will that work for you?</p>
<p dir="auto">Also, are you going to publish the results of your porting so that we can merge them into the main repo -- or is it some closed-sourced project? Either way is OK with us.</p>
]]></description><link>http://64.23.185.212/forum/post/173</link><guid isPermaLink="true">http://64.23.185.212/forum/post/173</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Thu, 15 Dec 2022 07:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Mon, 04 Apr 2022 06:33:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://64.23.185.212/forum/uid/2">@vladimir</a> well for now ive managed to do what i need on raspberry pi but having ioninja on MIPS ( openwrt based router ) would make it really useful for field debugging and testing.</p>
<p dir="auto">the idea of having scriptable tool that can construct traffic ( modbus or any TCP based traffic for that matter ) wich is actual data flowing through the live automation system is something that makes my life so much easier. For example writitng a script that will "scan" modbus to get all slave responses so i know that all nodes are connected and online before parsing data in automtion system is a gift from gods <img src="http://64.23.185.212/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=miq4h6da9ug" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
]]></description><link>http://64.23.185.212/forum/post/76</link><guid isPermaLink="true">http://64.23.185.212/forum/post/76</guid><dc:creator><![CDATA[G0xRAN]]></dc:creator><pubDate>Mon, 04 Apr 2022 06:33:06 GMT</pubDate></item><item><title><![CDATA[Reply to tdevmon on MIPS architecture on Sun, 03 Apr 2022 12:18:25 GMT]]></title><description><![CDATA[<p dir="auto">MIPS is not currently supported, sorry. It's on our TODO list, but not too high up, to be honest (people mostly run <code>tdevmon</code> on PCs and Raspberry Pis)</p>
<p dir="auto">However, the kernel module is open source, so if you have experience in Linux Kernel development, you can try porting the <code>tdevmon</code> LKM to MIPS yourself (yes, porting is required, bare recompilation won't cut it, unfortunately).</p>
<p dir="auto">If you're able to port the kernel module, I can provide you with the sources of the CLI app, too -- then you should be able to build the whole <code>tdevmon</code> on MIPS.</p>
]]></description><link>http://64.23.185.212/forum/post/74</link><guid isPermaLink="true">http://64.23.185.212/forum/post/74</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Sun, 03 Apr 2022 12:18:25 GMT</pubDate></item></channel></rss>