This action will force synchronization from 魔罗/ril, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
Welcome to use RIL, ongoing update...
RIL is a wireless communication module (GSM/GPRS/CatM1/NB-Iot) management software specially developed for embedded platforms. It is different from other large-scale frameworks (such as Android RIL, Wince RIL) in that it is designed to be used in resource-constrained IoT terminal devices (MCU + wireless module solution), and provides basic functions required for IoT communication , Including network registration, connection management, SMS sending and receiving, and Socket communication. Currently, EC21, SIM900A, HL8518 and other modules are supported, and related applications are also being continuously updated.
In order for RIL to operate normally, the target system must meet the following requirements:
#include "ril.h"
//....
//Create the RIL task.
ril_init(&adt, &cfg); //Initialize RIL
ril_use_device("EC21"); //Select the module model that matches the hardware
ril_open(); //Open deivce.
ril_netconn(true); //Start the network connection.
//...
For more detailed documentation, please refer to:
Sign in to post a comment
Repository Comments ( 0 )