Skip to content

Instantly share code, notes, and snippets.

@ang-st
Created July 25, 2020 22:45
Show Gist options
  • Save ang-st/6dc6cb95aee0054032e2432af09dd902 to your computer and use it in GitHub Desktop.
Save ang-st/6dc6cb95aee0054032e2432af09dd902 to your computer and use it in GitHub Desktop.
import nnpy #nanomsg
sub = nnpy.Socket(nnpy.AF_SP, nnpy.SUB)
sub.connect('ipc:///tmp/3-rrEWX7gc7D9mwcdrdBxBTdqh1a7WDVsMuadhTZgyXfFcRz45L-decisions')
#sub.connect('ipc:///tmp/3-11111111111111111111111111111111LpoYY-decisions')
x= sub.setsockopt(nnpy.SUB, nnpy.SUB_SUBSCRIBE, '')
print(sub.recv())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment