tomazbracic

tomazbracic

VintageNetMobile configuration - private APN

Hi,

I have a requirement to configure my Nerves based device with VintageNetMobile.Modem.QuectelEC25 to a private APN for which I need to add to my configuration in addition to APN also username and password.

Somehow I can’t really find any docs about this. Has anyone done this already and if yes, how?

My current working setup is

    {"ppp0",
     %{
       type: VintageNetMobile,
       vintage_net_mobile: %{
         modem: VintageNetMobile.Modem.QuectelEC25,
         #  service_providers: [%{apn: "ibox.tim.it"}] # for ITALIAN sims
         # for HOT sims
         service_providers: [%{apn: "<MY APN STRING>"}]
       }
     }}

So, need to add username and password to this.

Tomaz

First Post!

lawik

lawik

Nerves Core Team

I know @LostKobrakai pointed you at the chatscript module for VintageNetMobile as a starting point. Did you get anywhere?

Where Next?

Popular in Questions Top

jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New

Other popular topics Top

baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 49266 226
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

We're in Beta

About us Mission Statement