Jump to content
UBot Underground

Ubot API Question - Network access?


Recommended Posts

 

Hello.

 

Is it technically possible to develop an ubot plugin that creates a network listener (port) and receive/send information's via that port?

 

Dan

 

Hello dan, kev123.

 

I am curious to know of what use a network listener plugin would be to Ubotters?

Could you please tell me how and where this can help?

 

Thanks .

Link to post
Share on other sites

My major usecase for this is bot to bot communication. 

I have a big bot running on my server who is doing the big work. 

 

And I distribute smaller bots to my users. They do some local stuff and then send their data to my server. 

At the moment this happens via php / database. But it would be much easier, if the bots could send it directly to my server. 

 

And it would somehow be added to a queue.

 

Of course there are a lot of open questions like:

encryption

stabiliyt

what if bot crashes

 

But if that would work reliable, this could open a lot of options. 

 

Dan

Link to post
Share on other sites

In my case it's a legit thing :-)

 

If you know DynDNS, that's what I use it for. 

I have small bots running on different virtual servers. And they change their IP adress from time to time. 

So all those bots are doing is getting their current public IP and repot them to my central database. 

 

Then my central bot can read all the IPs and knows how the different servers can be reached. 

 

So not that shady. I think :-)

 

Dan

Link to post
Share on other sites

 

My major usecase for this is bot to bot communication. 

I have a big bot running on my server who is doing the big work. 

 

And I distribute smaller bots to my users. They do some local stuff and then send their data to my server. 

At the moment this happens via php / database. But it would be much easier, if the bots could send it directly to my server.

 

Thanks for replying. The possibilities with Ubot never cease to amaze me!

 

If only a few major issues with Ubot studio could be resolved - like memory usage issues , better UI support , browser stability - there would be no looking around for other solutions for any of us.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...