Skip to main content
2 votes
1 answer
34 views

I'm trying to parse the Handshake response packet from MySQL client/server protocol For the task I'm connecting to the application via mysql cli client: mysql --version mysql Ver 9.5.0 for macos15.4 ...
Deyan Georgiev's user avatar
2 votes
0 answers
72 views

Alright, so bear with me. This took me an entire day to dig into. what I'm doing I'm running a C program on a remote host over SSH. The program calls a local redis database IP and port and also 8.8.8....
NorseGaud's user avatar
  • 801
-1 votes
0 answers
34 views

Mosquitto only works locally, cannot connect from ESP32 I installed Mosquitto on Windows 10 and the broker works locally. I can publish and subscribe between terminals on the same machine without any ...
Norbert Bukała's user avatar
0 votes
0 answers
42 views

I am developing an Android app similar to Yacine TV that streams video content using a WebView. However, on some devices running Android 12 and 13, the video player shows a black screen while the ...
Ethan Parker's user avatar
0 votes
0 answers
78 views

I’m working on a tool using raw system sockets. The tool needs to send packets with low-level protocols such as IEEE 802.1X. When I inspect the packets in Wireshark, I notice that the radiotap header ...
Wew Auction's user avatar
Advice
1 vote
1 replies
69 views

We can fully emulate SMTP with current technology. Clearly, I can send a JSON containing the title, the body, and any other email information. The forwarding and replying mechanism can just be regular ...
Mingruifu Lin's user avatar
0 votes
1 answer
58 views

I have a win32 app opening a log file on a network share using CreateFile and WriteFile (non overlapped) to write records. What I am seeing when the network share is lost, WriteFile reports an error (...
Paul Marriott's user avatar
-4 votes
0 answers
79 views

I have a brand new computer with Windows 11 and I am facing a performance issue with MySQL I do ovserve on any other machine on the network and I not know how to fix. The MySQL server is running on a ...
user1129682's user avatar
  • 1,111
1 vote
1 answer
98 views

I'm encountering a consistent Connection timed out error when my application, running on a local development server, tries to make HTTP requests to a specific external website. The site loads ...
Oliver Haven's user avatar
Advice
0 votes
6 replies
188 views

I come seeking advice. I'm attempting to make a game with C and Vulkan (no engine). It will be low scope. It has a low-mid poly aesthetic, fairly involved mechanics, and will be multiplayer, ...
Clause's user avatar
  • 59
2 votes
1 answer
122 views

I'm writing a TCP/IP stack for embedded systems, but I wanted to test it on my host system. Originally I tried with tap0 + a bridge. But I quickly realized it would make the most sense to bind to the ...
Charles Lohr's user avatar
  • 1,021
0 votes
0 answers
61 views

I made a simple console messenger to test the possibility of connecting 2 or more computers for my game using RadminVpn+Sockets but its not working. I can connect to myself using my radmin ip but if I ...
Gerokop's user avatar
0 votes
0 answers
61 views

I'm developing a Flutter app that loads a web page containing an embedded video player. When the page loads, the browser internally makes several HTTP requests (for example, .m3u8 or .ts files), but I ...
mikealexx's user avatar
0 votes
0 answers
42 views

I'm integrating BoringSSL into my networking library for secure communication. I've observed that both SSL_read() and SSL_write() operations can potentially trigger both read and write activities on ...
benrush's user avatar
  • 373
3 votes
2 answers
165 views

We use the following function to test internet connectivity every 5 seconds. But in some part of the world, this function always returns false. Now, the problem is we can set a proxy server in Windows ...
Ming's user avatar
  • 595

15 30 50 per page
1
2 3 4 5
3172