proxy - Connecting to external broker through restricted network using Paho Java Client -


my client using restricted network i.e it's behind firewall permits requests 443 port. not allow client connect other port mqtt broker running on.

is there way connect target broker running on random port 12000 such network restrictions using paho java client?

i think have start proxy route mqtt connect request target ip , port not sure how that.

please me out , let me know how can achieve this

you should able start broker listening on port want. how vary depending on broker using.

a second option may connecting broker using mqtt on websockets. allow use existing http proxy on network, i'm not aware of client libraries (except paho javascript client use in web pages) support this.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -