mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
1.0 KiB
1.0 KiB
Getting Started
Cloud Server
Use the cloud server mode when dealing with dynamic or shared device IP addresses. The best part? No registration, email, or phone number is required to start using it.
-
Launch the app on your device.
-
Toggle the
Cloud Serverswitch to the "on" position. -
Tap the
Onlinebutton located at the bottom of the screen to connect to the cloud server. -
In the
Cloud Serversection, the credentials for basic authentication will be displayed. -
To send a message via the cloud server, perform a
curlrequest with a command similar to the following, substituting<username>and<password>with the actual values obtained in step 4:curl -X POST -u <username>:<password> -H "Content-Type: application/json" -d '{ "message": "Hello, world!", "phoneNumbers": ["79990001234", "79995556677"] }' https://sms.capcom.me/api/3rdparty/v1/message