On Apr 2, 2019, at 7:27 PM, Chris Weakland <chris.w...@gmail.com> wrote:I ended up doing this: https://community.home-assistant.io/t/ge-concord-interlogix-rtl-sdr-mqtt/107910Read the last note in this thread, it looks like we may have an easier implementation of this soon.
--
You received this message because you are subscribed to the Google Groups "rtl_433" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtl_433+u...@googlegroups.com.
To post to this group, send email to rtl...@googlegroups.com.
Visit this group at https://groups.google.com/group/rtl_433.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/a97ccd22-3a96-4a08-bf5b-041b01889245%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think the argument against pipes does not hold very well, Christian. If the left side goes down (rtl_433 in this case),
Maybe I don’t understand your point here, but how do you enable “fan out” with your current mqtt implementation.
What was wrong with the UDP/TCP implementation that was there already?
The fact that you are not using the paho C library is another weak point.
Maybe focusing on a pluggable architecture and/or a robust API with example implementations might be a better approach.
As it is, the number of command line options already is dazzling and the current mqtt implementation lacks support for SSL, certificates, or full client-side QOS support.
- let’s keep rtl_433 focused on what it does best: discover and decode device packets and communicate the data in a standardized data format.
- break out existing functionality into separate domains with separate implementations of a discovery tool and a full-featured decoding tool for production deployment
- build a “plugin” API that can be used to add functionality but is configurable by the end user so as to not bloat the production decoding tool
Routers are part of my day job as well. No USB device or custom software will ever touch them! They are all level 3 switches and enterprise level firewalls and WiFi access points. Different strokes for different folks :D
cheers,
h.
> On Apr 3, 2019, at 10:53 AM, Benjamin Larsson <ba...@ludd.ltu.se> wrote:
>
> On 2019-04-03 19:39, Helge Weissig wrote:
>> Just because it can be done does not mean it *should* be done! :)
>> Seriously though, I am all for making rtl_433 work on resource-limited platforms! Consumer-grade WiFi routers are actually good candidates, although with RPi0’s costing just a few bucks, why go through all the hassle of flashing your router and trying to deploy software to it?
>> cheers,
>> h.
>
> Because I can. And routers are free for me (related to my dayjob) thus a more suitable platform in my case.
>
> MvH
> Benjamin Larsson
>
> --
> You received this message because you are subscribed to the Google Groups "rtl_433" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rtl...@googlegroups.com.
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< org.grajagan:mqtt4rtl433 >----------------------
[INFO] Building mqtt4rtl433 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ mqtt4rtl433 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ mqtt4rtl433 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/pi/mqtt4rtl433/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.700 s
[INFO] Finished at: 2020-01-18T19:20:49Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project mqtt4rtl433: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
--
You received this message because you are subscribed to the Google Groups "rtl_433" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtl_433+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/e716ca4b-d907-44fd-83e4-fa7983c21d36%40googlegroups.com.