Forums › SM Series Discussions › Communicate with SM200C through API
- This topic has 1 reply, 2 voices, and was last updated 2 hours, 31 minutes ago by
Andrew.
- AuthorPosts
jferParticipantHello,
I have the SM200C using a Sonnet Solo10G SFP+ (Thunderbolt 3 Edition) going into an Intel NUC running Ubuntu 22. After going through the 10GbE Network Configuration Guide I was able to get Spike to connect to the device and even change the device network configuration through the Spike SM Network Configuration utility. However I have been unable to connect to the device through the Python API, including the networked_speed_test.py example. It just returns that no device is found. Any advice for this?
Thanks!
AndrewModerator- This reply was modified 2 hours, 30 minutes ago by
Andrew.
Did you modify the network address of the SM200C and need to update the address specified in the sm_open_networked_device() function?
Sometimes we see the “ANY” address not work. You might consider changing the “ANY” 0.0.0.0 address parameter to your hardcoded NIC address.
I’m assuming Spike is not running at the same time?
Do you see any LED activity when the sm_open_networked_device() function is called?
I look forward to your response.
- This reply was modified 2 hours, 30 minutes ago by
- AuthorPosts
You must be logged in to reply to this topic.