B4J Question Pass large file from one NAT network to another

Status
Not open for further replies.

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I would need a way to pass large files from one network to another (over the internet) and with both networks having a NAT connection to the internet (no incomming ports open).
Certainly this requires an intermediate server on the internet with open incomming ports.

Just using B4J (and thus no VPN, IP tunnel etc, ...) what would be the best approach, taking into accoutnt the intermediate server has lots of bandwidth bu no diskspace so storing the files (for a while) on the internet sevrer is not an option.

Thanks
 

wl

Well-Known Member
Licensed User
Longtime User
But as I read there is a limitation on the size of a message in MQTT and thus it might not be the best solution to send large files ?
I guess I will be able to set up my own broker and play with the message size limits ?

But still: if we talk about large videofiles to be passed, MQTT will porbbaly not be the best choice ?
 
Upvote 0

wl

Well-Known Member
Licensed User
Longtime User
Would it be necessary to split the file in chunks myself and do the administration, or is this just a setting I need to provide and will MQTT will do it automatically ?

Thanks !
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Would it be necessary to split the file in chunks myself and do the administration
Yes, you need to implement it by yourself.
MQTT is just the Transportpart in this Solution.
 
Upvote 0

wl

Well-Known Member
Licensed User
Longtime User
I should not be worried that the chunks will arrive in a reverse order at the subscriber, or that other chunks/packages arrive in the middle of packages of another file etc ? Just so I know before deliving in the details if it would not work out... thanks !
 
Upvote 0
Status
Not open for further replies.
Top