And you cloned (or pulled) it after https://github.com/quartiq/stabilizer/commit/02a791d63ea9299553eceda768f73aebdffc5369 ?
Setting up stabilizer
- Edited
I did it yesterday at ~ 15:00 Vienna time
With "able to rach it at the specified static ip", what do you mean?
And with "the exception list of firewall", you mean your windows firewall?
I'm not an expert there, a potential next step would be to get wireshark and run it on that ethernet interface to see whether stabilizer is trying to connect and if yes, why it is failing.
I mean I can ping it at 10.34.16.101 from the PC, and Zenmap detects a device with this IP address:
Nmap scan report for 10.34.16.101
Host is up (0.0013s latency).
All 1000 scanned ports on 10.34.16.101 are in ignored states.
Not shown: 1000 closed tcp ports (reset)
MAC Address: 04:91:62: D2:84:57 (Microchip Technology)
Yes, I added inbound and outbound rules to windows firewall to allow to use port 1883. I can try to completely shut it down and try to connect to see if maybe it still blocks the connection.
Ok, completely turning off firewall helped. Hopefully everything else works from here, thank you!
Hello,
I have another issue now - when I try to configure stream target for dual-iir I get the following error:
(vpy) (base) PS C:\Users\CavLev\Documents\Drivers\stabilizer-master\stabilizer> python -m miniconf --broker 10.34.16.99 dt/sinara/dual-iir/04-91-62-d2-84-57 stream_target='{"ip": [10, 34, 16, 123], "port": 4000}'
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\CavLev\Documents\Drivers\stabilizer-master\stabilizer\vpy\lib\site-packages\miniconf\__main__.py", line 75, in <module>
main()
File "C:\Users\CavLev\Documents\Drivers\stabilizer-master\stabilizer\vpy\lib\site-packages\miniconf\__main__.py", line 71, in main
loop.run_until_complete(configure_settings())
File "C:\ProgramData\Anaconda3\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "C:\Users\CavLev\Documents\Drivers\stabilizer-master\stabilizer\vpy\lib\site-packages\miniconf\__main__.py", line 68, in configure_settings
await interface.command(path, json.loads(value), not args.no_retain)
File "C:\ProgramData\Anaconda3\lib\json\__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\ProgramData\Anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\ProgramData\Anaconda3\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
Could you please start a new thread each time you encounter a clearly distinct problem? This has nothing todo with the top post anymore and makes the thread unnecessarily hard to read and to follow.
Hello ,My computer is Windows 10. When I Running the code in the Building
cargo install cargo-binutils
rustup component add llvm-tools-preview
,according to the description of https://quartiq.de/stabilizer/setup.html.
Powershell reported the following error. How can I solve this problem?
Can anyone give me some question ? Thank you !