Questions tagged [raw-sockets]

A specialized internet socket that enables the direct transmission and reception of unprocessed network packets containing complete headers, distinct from traditional protocols such as TCP/IP or UDP.

Accessing OrientDB from PHP

Looking for assistance with creating a PHP adapter for the binary API of OrientDB, specifically regarding socket communications. Struggling to establish a connection between PHP and OrientDB, seeking help from someone familiar with raw socket communicatio ...

Challenges with utilizing raw sockets in Node.js

I am currently using Windows 10 Version 10586 and node.js Version 4.4.5. While trying to implement the raw-socket module following the example provided on this page: https://github.com/stephenwvickers/node-raw-socket Upon running the code snippet below: ...