search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Home Development tools php development environment (integrated) EMQTT (Erlang MQTT message server) v2.3.5 for windows7 x64
EMQTT (Erlang MQTT message server) v2.3.5 for windows7 x64
The Erlang MQTT message server is referred to as EMQTT.
EMQTT is an open source MQTT message server developed using the Erlang language, fully supporting the MQTT V3.1.1 protocol, and supporting clusters and large-scale connections.
EMQTT is committed to releasing an MQTT message server based on the Erlang/OTP language platform, which is enterprise-level stable and reliable, completely open source and free, and can be clustered to support large-scale Internet of Things and mobile Internet connections.

Complete MQTT V3.1/V3.1.1 protocol support
Full support for MQTT V3.1/V3.1.1 protocol specifications
QoS0/1/2 message publishing and subscription support
Session management and offline messaging support
Last Will message support
Retained message support
TCP/SSL connection support
MQTT over WebSocket connection support
HTTP Publish message publishing interface
‘$SYS/#’ system topic support
Authentication support based on ClientId and IP address
Authentication support based on username and password
ACL access control based on ClientId, username, and IP address
Multi-server cluster (Cluster) support
Multi-node bridge support
Single node supports 500,000+ client connections
Plug-in architecture support
Passed server interoperability testing for the Eclipse Paho project

Completely open source, multi-node cluster support
Open Source, MIT Open Source Software License
Multi-server cluster, large-scale client connection support
Easy to install, download and unzip to start running
Plug-in architecture, customize or extend server functions

Quick download and installation
emqttd can run cross-platform on Linux, FreeBSD, Windows and Mac OS X.
Unzip the tgz format package and start it in the installation directory. For example:
tar xvf emqttd-ubuntu64-0.7.1-alpha-20150504.tgz && cd emqttd
Start in console mode for debugging. The console can print all MQTT messages sent and received
./bin/emqttd console
Started in daemon mode, port 1883 is used for MQTT connections by default, and port 8083 is used for HTTP connections.
./bin/emqttd start
View running status
./bin/emqttd_ctl status
stop
./bin/emqttd stop

HTTP message publishing interface test
emqtt supports publishing messages from applications to MQTT clients through the HTTP interface.​
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

New Mac configuration PHP development environment tutorial, macphp development tutorial_PHP tutorial New Mac configuration PHP development environment tutorial, macphp development tutorial_PHP tutorial

12 Jul 2016

New Mac configuration PHP development environment tutorial, macphp development tutorial. New Mac configuration PHP development environment tutorial, macphp development tutorial. I have used Mac OS

Google just made its own Visual Studio Code Google just made its own Visual Studio Code

27 Nov 2025

Google just released Antigravity, a brand new agent-first development platform that was announced alongside the Gemini 3 Pro model. This is an integrated development environment, or IDE, with a chatbot that takes the lead on complex, multi-step tasks

JetBrains is mothballing its Fleet IDE service — here’s what developers need to know JetBrains is mothballing its Fleet IDE service — here’s what developers need to know

26 Dec 2025

JetBrains has announced it will discontinue its Fleet IDE (integrated development environment), shifting strategic emphasis back to its core IntelliJ platform.In a blog update published last week, the company explained that maintaining two broad-spec

Configure and run Go language code in Geany Configure and run Go language code in Geany

05 Jan 2026

This article details how to configure the Go language run command in the Geany integrated development environment to solve common "go: not found" errors. By specifying the full path to the Go executable file, users can successfully compile and execute Go code in Geany, thereby improving development efficiency.

Simple, efficient and cheap web program development, web program development_PHP tutorial Simple, efficient and cheap web program development, web program development_PHP tutorial

12 Jul 2016

Simple, efficient and cheap web program development, web program development. Simple, efficient and cheap web program development, web program development WHY PHP? 1. Simple development environment construction The development environment can be simply boiled down to the running environment of the program and the editing and adjustment of the program.

PHP Debugging: Guide to setting breakpoints directly in code xdebug_break() PHP Debugging: Guide to setting breakpoints directly in code xdebug_break()

27 Nov 2025

This article aims to solve the problem of setting programmatic breakpoints directly in the code instead of relying on integrated development environment (IDE) clicks during PHP debugging. By introducing the usage of the xdebug_break() function in detail, this article will guide developers how to interrupt the execution flow at a specified location in the PHP code, just like JavaScript's debugger statement, thereby achieving more flexible and precise debugging control.

Show More