How to Transform an Old Android Phone into a Home Server

How to Transform an Old Android Phone into a Home Server

Author: huaxiaorong Original: https://juejin.cn/post/7440377607000326207 1. Tool Preparation Android Phone: Used for transformation into a server Other Devices: Used for testing and viewing server access pages, which can be other phones, computers, or platforms. Bluetooth Keyboard: Convenient for connecting to the Android phone for command processing Due to Python’s convenient and rich toolkits, the main idea … Read more

Mastering HTTPS: Theory and Practice

Mastering HTTPS: Theory and Practice

1. Basic Concepts HTTP: is the most widely used network protocol on the Internet, serving as a standard for requests and responses between clients and servers. It is a protocol used to transfer hypertext from WWW servers to local browsers, making browsing more efficient and reducing network transmission. HTTPS: is a secure version of HTTP, … Read more

Essential IoT Development: Build High-Performance MQTT Messaging Service in 5 Steps

Essential IoT Development: Build High-Performance MQTT Messaging Service in 5 Steps

Introduction: Want to quickly set up a reliable messaging hub for smart hardware and industrial IoT? Apache Artemis is not only the successor to ActiveMQ but also the hidden MQTT Protocol King! It supports millions of device connections with millisecond latency. Today, I will guide you step-by-step to deploy your dedicated MQTT Broker, and at … Read more