-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webassembly/emscripten build #2666
base: master
Are you sure you want to change the base?
Conversation
This PR adds support for building webassembly (with emscripten). In the build folder it will produce sample HTML + JS file which parses some simple protocol and dumps the JSON report into console. Having RTL433 webassembly build allows integration this powerful decoder into web based applications. For example this one: |
Thanks, interesting! I have commited the fixes to secplus_v1 and output_rtltcp with e826a46, you can undo those from this PR. |
291a353
to
85226d3
Compare
I dug up an old idea to make the decoders easier to use stand-alone in #2667 -- you then wouldn't need to handle data_t but could build a output with simpler functions. |
Noticed some instabilities when analysis was executed more times, I will try to fix it and then reopen |
Demo with latest rtl433 decoder: |
No description provided.