Post

Replies

Boosts

Views

Activity

Reply to Send and receive IP packets from iOS
@eskimo The high level goal is to route the IP packets from accessory device (which connects to iphone via bluetooth). The accessory will send data as IP packets. Since we can't send raw IP packets from iPhone, wanted to analyse the IP packet received from the accessory, find if it is TCP/UDP and construct the corresponding packet and send it to the destination. Is there any library on the ios side which might help us with this ?
Aug ’22
Reply to Send and receive IP packets from iOS
@eskimo, Is the restriction just for raw IP packets. What about the TCP and UDP packets which are converted to IP packets. Can we use the existing infrastructure to send those IP packets ?
Replies
Boosts
Views
Activity
Jul ’22
Reply to Send and receive IP packets from iOS
@endecotp I mean sending TCP as IP packets instead of sending it as TCP packets. Is that possible ?
Replies
Boosts
Views
Activity
Jul ’22
Reply to Send and receive IP packets from iOS
@endecotp and @eskimo - Sorry if I was not clear. I meant extracting the TCP/UDP packet from the IP packet and sending it. Is there a library in iOS which helps with this ?
Replies
Boosts
Views
Activity
Aug ’22
Reply to Send and receive IP packets from iOS
@eskimo The high level goal is to route the IP packets from accessory device (which connects to iphone via bluetooth). The accessory will send data as IP packets. Since we can't send raw IP packets from iPhone, wanted to analyse the IP packet received from the accessory, find if it is TCP/UDP and construct the corresponding packet and send it to the destination. Is there any library on the ios side which might help us with this ?
Replies
Boosts
Views
Activity
Aug ’22