Skip to main content

Questions tagged [socket]

Question about sending or receiving data via a connection to a server TCP socket in Mathematica.

21 votes
5 answers
2k views

How might I implement a local HTTP server using either Java, C#, C or purely Mathematica? It should be able to respond with Mathematica input to GET and POST requests ideally on W7. This is related ...
William's user avatar
  • 7,675
11 votes
2 answers
359 views

I learned some codes to make a mini HTTP server in MMA way here. ...
Jerry's user avatar
  • 2,529
7 votes
1 answer
847 views

I'm trying to use Binance's API. The following works: ...
anderstood's user avatar
  • 14.6k
2 votes
1 answer
539 views

I am trying to connect to a web socket feed of the Gdax. The documentation is here, https://docs.gdax.com/#websocket-feed. There is no account needed and the information is public. ...
Ray Troy's user avatar
  • 1,309
11 votes
1 answer
530 views

I have a large codebase in which some functions make calls to Python TCP servers. The code used to work perfectly in Mathematica 12.2, but has not worked since I ...
Shredderroy's user avatar
  • 5,431
7 votes
0 answers
712 views

I am trying to connect to a web socket feed of Gdax. The documentation is here, https://docs.gdax.com/#websocket-feed. There is no account needed and the information is public. I have successfully ...
Ray Troy's user avatar
  • 1,309
4 votes
1 answer
218 views

I have a Python function that can be accessed over a TCP connection on port 1234. In Wolfram Language, I have the following code: ...
Shredderroy's user avatar
  • 5,431