Re: Message to Var - modify different variables using one ZMQ Sub Message Source

2023-09-14 Thread Bob Wong
在 2023年9月11日星期一 CST 下午7:22:44,Bogdan Reshetnikov 写道: > Good day everyone! I hope you are doing well. > > I am an EE undergrad intern at an RF design company's software > department, currently tasked with controlling a HackRF One SDR with a > touchscreen display and a Raspberry Pi Zero (flashed

Som problems about the messaging system

2023-08-16 Thread Bob Wong
Hello everyone, Now I'm using python embedded module and message system trying to change the value of a variable. And I use the self.message_port_pub function. But the function requires the first one to be the output port, and the second one must be a pmt variable. But when I just do that

Change variable within the python module

2023-08-10 Thread Bob Wong
Hello! I now want to build a timer to calculate the transmission time of Osmocom Sink and store it in two variables(minutes and seconds), how can I do that? I search the mailing list and find that it is advised to use the message but in this case, I cannot use a message since I just want to