Questions tagged [socket]
Question about sending or receiving data via a connection to a server TCP socket in Mathematica.
7 questions
21
votes
5
answers
2k
views
Implementing Local HTTP Server
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 ...
11
votes
2
answers
359
views
How to show Plots or Graphics in mini MMA HTTP Server?
I learned some codes to make a mini HTTP server in MMA way here.
...
7
votes
1
answer
847
views
Using sockets to connect to a trading platform
I'm trying to use Binance's API. The following works:
...
2
votes
1
answer
539
views
SocketConnect not connecting to web socket address
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.
...
11
votes
1
answer
530
views
WriteString to TCP socket appears to be broken in Mathematica 12.3
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 ...
7
votes
0
answers
712
views
Communicating with server over Websocket using SocketConnect
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 ...
4
votes
1
answer
218
views
How can I resubmit data to a SocketConnect object without creating a new socket?
I have a Python function that can be accessed over a TCP connection on port 1234. In Wolfram Language, I have the following code:
...