communicate 2 PCs with P2P protocol May 7, 2025 | No Comments | information, java, message, messaging, P2P, port, protocol, public_ip One PC is a server, the other is a client, they communicate using the public IP IPv6. The example is implemented in Java Attention: The […]
Using Mosquitto, implementing the MQTT protocol May 6, 2025 | No Comments | message, messaging, protocol, Uncategorized MQTT is generally faster than AMQP due to its lightweight design and focus on publish/subscribe messaging. In general, MQTT can be faster than TCP in […]
Send a message via TCP with NC between two PCs connected to a LAN May 3, 2025 | No Comments | console, information, linux, macos, message, nc, server obtain the private IP of said computer A PC sends a message via FTP to a private IP and port. The PC to which the […]