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 […]