I have a Linux Ubuntu 22.04 system and I want to send messages via the device “SIM800C – SIMCom GSM/GPRS Module”. I connect it to the system via USB – UART, using standard “AT” commands( Hayes AT command set ), specifically on this blog : https://www.emnify.com/developer-blog/at-commands-for-cellular-modules which explains the most modern AT commands relating to…
Read more
Il Drive di Xtumble permette di gestire i documenti in modo collaborativo, utilizzando gli strumenti con cui siete abituati a lavorare.
After updating our XtumbleRetail application to the iOS 16.4 SDK version and starting publishing on the Apple Store, Apple’s developer portal offered us a new publishing platform available…. VisionOS. Embarcadero Delphi proves to be an increasingly key tool for us, with a single code we are able to publish on all platforms. And for…
Read more
FindCmdLineSwitch al posto di ParamStr
Set up an Access Point in minutes with Ubuntu / Linux usually even without a graphical interface.
To add basic authentication to you own http server is really simple, you only need to add inside the “onCommandGet” method the authentication check, as in the example shown after the image Inside the method you can: if ( ARequestInfo.AuthUsername.ToUpper.Equals(‘USERNAME’.ToUpper) and ARequestInfo.AuthPassword.Equals(‘PASSWORD’) ) then begin AResponseInfo. ResponseNo : = 401; AResponseInfo. AuthRealm : = ‘Autentication…
Read more