home.social

#e3372 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #e3372, aggregated by home.social.

  1. Новый дачный сезон с Java, управлением сервера без интернета и AI моделью

    Всем привет! Меня зовут Александр, это моя первая статья, хочу поделиться с вами историей создания программно-аппаратного open source решения для поддержки и управления сервисами в отсутствии интернета.

    habr.com/ru/articles/1028892/

    #java #sms_gateway #e3372 #ai #offline_solutions #docker #дача #автономность

  2. Новый дачный сезон с Java, управлением сервера без интернета и AI моделью

    Всем привет! Меня зовут Александр, это моя первая статья, хочу поделиться с вами историей создания программно-аппаратного open source решения для поддержки и управления сервисами в отсутствии интернета.

    habr.com/ru/articles/1028892/

    #java #sms_gateway #e3372 #ai #offline_solutions #docker #дача #автономность

  3. Новый дачный сезон с Java, управлением сервера без интернета и AI моделью

    Всем привет! Меня зовут Александр, это моя первая статья, хочу поделиться с вами историей создания программно-аппаратного open source решения для поддержки и управления сервисами в отсутствии интернета.

    habr.com/ru/articles/1028892/

    #java #sms_gateway #e3372 #ai #offline_solutions #docker #дача #автономность

  4. Новый дачный сезон с Java, управлением сервера без интернета и AI моделью

    Всем привет! Меня зовут Александр, это моя первая статья, хочу поделиться с вами историей создания программно-аппаратного open source решения для поддержки и управления сервисами в отсутствии интернета.

    habr.com/ru/articles/1028892/

    #java #sms_gateway #e3372 #ai #offline_solutions #docker #дача #автономность

  5. This ⁩ ⁨⁩ LTE ⁩ ⁨⁩ ⁨⁩ works on the T8 plus a.aliexpress.com/_EyRHnqi plus running and the configuration.nix commands indicated in the post comments.

  6. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  7. Just in case it is of interest, the LTE USB works on a under running . Details of in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  8. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  9. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  10. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  11. I've always found things like fax and #SMS messaging great fun, so I've accidentally spent time this evening figuring out how to send, read and delete SMS messages using #Huawei #E3372 USB modems and #curl.

    It's unfinished, but this has been tested with E3372h-153 and E3372h-320 modems. It's probably fine with the latest E3372h-325 as well. The formatting of the session token was just a little different, the API paths were thankfully the same.

    github.com/andydvsn/scripts/bl