Answer the question
In order to leave comments, you need to log in
Through unix socket I receive data in Buffer HEX... why?
Hello.
From a developer I don't know, there is a software that sends data over a socket.
using Nodejs I join and read the data:
const client = net.createConnection('/tmp/mysocket.sock');
client.on('data', (data) => {
console.log(data);
});
Buffer 04 00 10 00 00...
nc -U /tmp/mysocket.sock
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question