Post

Replies

Boosts

Views

Activity

Comment on Send and receive IP packets from iOS
Our app is connected via bluetooth to a device and the device's proxy sends IP packets which should be handled by our app and sent to the server.. This is the use case. Right now we do it for TCP and UDP packets. Was looking for a way to do the same for IP packets. Main functionality would be just creating a connection to the server, send IP packets and receive IP packets from the server and send it back to the device.
Jul ’22
Comment on Send and receive IP packets from iOS
@Hoffman from what I understand, TCP or any transport protocol packet (with header) is added as data in IP packet. So can't we just extract the data part and send it ?
Replies
Boosts
Views
Activity
Aug ’22
Comment on Send and receive IP packets from iOS
Our app is connected via bluetooth to a device and the device's proxy sends IP packets which should be handled by our app and sent to the server.. This is the use case. Right now we do it for TCP and UDP packets. Was looking for a way to do the same for IP packets. Main functionality would be just creating a connection to the server, send IP packets and receive IP packets from the server and send it back to the device.
Replies
Boosts
Views
Activity
Jul ’22
Comment on UDP communication in background
It would be great if you can explain how changing the hardware to BLE and iOS UDP background requests are related
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’22