ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.63k stars 2.96k forks source link

Server socket support on BG96 (cellular) #10175

Closed martinichka closed 4 years ago

martinichka commented 5 years ago

Description

Question: is there any development on the bind/listen functions of the BG96? QUECTEL_BG96_CellularStack::socket_bind and QUECTEL_BG96_CellularStack::socket_listen

Issue request type

[X] Question
[ ] Enhancement
[ ] Bug
martinichka commented 5 years ago

@janjongboom ?

ciarmcom commented 5 years ago

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1034

AriParkkila commented 5 years ago

@martinichka can you tell in which kind of case you would use server sockets on a cellular network?

martinichka commented 5 years ago

@AriParkkila the goal is to retrofitting an old product. The client had a large install base rolled out with 2G modems. The idea is make a transparent solution using new technology. These devices are in a private APN and the central control 'calls' in on every device if needed.

In fact we already implemented QUECTEL_BG96_CellularStack::socket_bind and QUECTEL_BG96_CellularStack::socket_listen ourselves and is working fine. My plan is to make a pull request. Is that alright?

janjongboom commented 5 years ago

@cmonr @bulislaw Why is this closed?

AriParkkila commented 5 years ago

@martinichka That's fine, please contribute.

AriParkkila commented 4 years ago

@martinichka Any update on this?

AriParkkila commented 4 years ago

Can we close this, the original question has already been solved.

In fact we already implemented QUECTEL_BG96_CellularStack::socket_bind and QUECTEL_BG96_CellularStack::socket_listen ourselves and is working fine.