Erik Moqvist

Results 242 comments of Erik Moqvist

I'm surprised you got that far. I've only used make on my Ubuntu machine. Will try running the tests in Cygwin.

`make test-c-src` works in Cygwin.

If you figure it out you can create a PR =)

Try using GNU Parallel. I had another program called `parallel` installed that might have worked, but installed GNU Parallel with `sudo apt-get install -y parallel`. Then run `parallel --line-buffer :::...

How would I know what people need? =)

Another alternative is [mqttools](https://github.com/eerimoq/mqttools). However, it only implements MQTT version 5.0, and not the older 3.x versions.

@xjtuecho Maybe you can use the [bincopy ](https://pypi.org/project/bincopy) package instead? ``` python import bincopy HEX = '''\ :02000004003FBB :20213200835E3F6C09083F71FA0B3F7453F83F7814BE3F7B3AAC3F7DC46D3F7EB10F3F7FEC :2021420000003F8000004300F98341A20FDB3D49007F00000000BF00AAABBE2AAAAB3E2A74 :0C215200AAAB3D2A88893C088889BC089B :00000001FF ''' bf = bincopy.BinFile(word_size_bits=16) bf.add_ihex(HEX) print("0x3F2132 = 0x{:04X}".format(bf[0x3F2132]))...

Thanks for the information. Looks like there are no major updates but should update to the latest version of the RTOS anyway.

Yeah, its about time to make an uplift. It's not on my personal todo-list as of today, so any help would be appreciated (and probably needed to make it happen).

I'm sorry, but I don't have time to help you. I hope you figure it out.