Raghavan Viswanathan

Results 16 comments of Raghavan Viswanathan

The pcap file [mstp_20220804120559.cap.zip](https://github.com/bacnet-stack/bacnet-stack/files/9261815/mstp_20220804120559.cap.zip)

Thanks a lot, Steve. We are trying to look at the Electrical aspects more deeply now. Having said that, what I am not able to fully get my head around...

Looking at Wiring. It is not an issue with the Stack

Hi, Can you please give the output of the command : uname -a I have a suspicion that libmstp_agent.so that comes from the package is 64bit and the raspberry is...

Try running with sudo sudo /path/to/bc --ini /path/to/ini On Fri, Jul 30, 2021 at 10:37 AM Dhaval Vasveliya ***@***.***> wrote: > [image: image (14)] > > How can i fix...

Hi, Please compile it on your architecture and install it. https://github.com/riptideio/misty?tab=readme-ov-file#installation-and-usage-for-developers That would make sure that the shared library is built for your system. Thanks. Bye, Raghavan V

Very good progress. I recall doing a bacnet client without the Console. I tried looking for it, but could not find it. But here is the broad idea. (1) Change...

Hi, I just added a non-console polling bacnet client in the samples. It is self contained. You can pass the device path of the serial device , baudrate etc ,...

Hi, Please have a NEW virtual environment where you dont have any of the old builds. (1) clone the misty project (2) at the root do ``` pip install . ...

You need to go to a new virtual environment first where you have nothing installed. This is typically done by running python -m venv my_venv source my_venv/bin/activate git clone https://github.com/riptideio/misty.git...