atx crypto club

pyfags

#pyfags

Anon Ymous

Mon Feb 17 21:51:06 2020
<9e126bf3> If you want low level, look at select/poll .. they let you block until new data is available on a stream, then you can read it into a buffer and analyze it perhaps with a regular expression to extract the info you’re interested in
<9e126bf3> the actual code will depend on your streaming inputs… zereomq might be what you’re looking for: <https://zeromq.org/languages/python/>
— Python
— An open-source universal messaging library

<9e126bf3> <https://docs.python.org/3/library/select.html>
<58f4c611> So my ultimate goal is to setup listeners in different areas of the us that feed radio broadcasts into this queue for processing. currently trying to write a PoC

Back to top