Skip to main content

Questions tagged [socket]

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

2 votes
0 answers
161 views

Background Information: I'm in the process of building a workflow for real-time financial data analysis using the Wolfram Language on a budget. Due to the lack of native websocket support in ...
JEM's user avatar
  • 1,195
1 vote
0 answers
33 views

I have two computers over which I would like to distribute some large-scale computations. On each computer there is a TCP server, written in another language, that listens for requests and return the ...
Shredderroy's user avatar
  • 5,431
11 votes
0 answers
382 views

Edit 3: This bug is no longer present in Version 14.1. It appears to have been fixed in either Version 14.0 or Version 14.1. Edit 1: A support case with the identification [CASE:5059026] was created. ...
Shredderroy's user avatar
  • 5,431
3 votes
1 answer
104 views

I noticed that when the response length passes around 1k characters then it is cut at weird lengths: 424, 936 or 1448 characters. Response is generated correctly but then it is cut so if the body was ...
Kuba's user avatar
  • 139k
4 votes
1 answer
175 views

I want to launch an asynchronous task with Wolfram Script to listen to a socket and print back information in the CLI. This was handled in previous versions by ...
kale's user avatar
  • 11.1k
1 vote
0 answers
78 views

I have a SocketConnection which fails every so often and I can't seem to find a way to reduce the default timeout. I did try TimeConstrained but that seems not to work consistently for network ...
Dave's user avatar
  • 11
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
4 votes
0 answers
129 views

Background I am playing with https://github.com/arnoudbuzing/wolfram-server and I faced problems with requests that are slightly longer. I tried to narrow it down here. Problem This could be my ...
Kuba's user avatar
  • 139k
3 votes
0 answers
65 views

I use mysock = SocketConnect[...] to connect to a socket hosted by a c++ program. Then, I send a string mystr to that socket via ...
Kagaratsch's user avatar
  • 12.1k
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
0 votes
0 answers
188 views

Let's say I have a socket server set up on my system, and connect to it in Mathematica 11.3 via mysock = SocketConnect["X.X.X.X:YYYYY"]; where ...
Kagaratsch's user avatar
  • 12.1k
2 votes
0 answers
180 views

I'm writing a PUSH/PULL ZMQ architecture. I've already written PUB/SUB where PUB binds in Python and sends data to SUB in Mathematica. However, I'd like to write a PUSH/PULL where both the socket ...
luke's user avatar
  • 21
5 votes
1 answer
306 views

If one runs SocketListen on a Virtual Private Server (VPS), in principle one can set up a webpage with the Wolfram Language as a back-end. For instance, with ...
Fortsaint's user avatar
  • 2,090
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
2 votes
0 answers
135 views

The following code fails to work when I try to send a message from the server to the client. ...
kenkangxgwe's user avatar

15 30 50 per page