Share My Creation Remote Administration via MQTT

msupport.jpg


Hi there...

as IT using a lot Remote Administration Utilities to remote control Windows PCs... but I thought why not creating mine? I will be sure for security, i will not have to pay anyone.... Hey... Where is my "TOOL"... here it is... B4X... (b4j for those who know).

Before some years Saif (sfsameer) shared a project called TeamViewer Alternative - was very good... and the weird... that already thought it (1 year before), with the same way (ffmpeg)...

But the whole idea... wasn't so simple.... need a Server, with SQL... need setup... and a lot of bandwidth... also need to open ports and think how will pass the firewalls... Also was using ffmpeg libs.. make it difficult to understand it.

So I ve think it a lot... how to make a Remote Administration Utility as simple is possible - to understand it everyone with little knowledge and work everywhere !
Remote Administration: PC to PC (one will be Host, one will be Client) - View screen remotely and control with mouse and keyboard...
See the Features...
See new Features here (19/9/2022) - (27/9/2022 newer version at same links) and some screenshots...

Well the solution was in front of me - all - the time... MQTT / capture screen and publish... so simple... from the other client just subscribe and show pictures... simple ???

No extra libs(now-because of features added need some libs), no databases, no special setup, as easy as possible ! You can create your MQTT Server, or use a ready one (for example: https://www.hivemq.com/)!

* Caution: is not the same code with Saif's - I am not having any relationship with sfsameer.

New Video Demonstration of mSupport... (28/9/2022)

OLD Video Demonstration (Playing 200% faster - to not be boring):

Here the Demo executable (needs Windows 7,8,10,11 - 64bit):

Download from Here!!! (OLD)
Go at this post for new one...
Install it.. run it as Administrator (right click - properties - advance - check Run as Admin)..
Caution! this is only for demo purposes... may be you expose your data (using free open mqtt broker) or codes without using the full-source-code and replacing with your MQTT server and credentials... using full source code gives you the option to replace all with SSL protection!

Why "not" giving an Android solution ? - Not giving Android Solution, yet ! (higher level of difficulty)

difficulty-high.png
You must know B4X well...

If you wanna share it with you...

You can "Support" me with 49€
(10% will go at B4X)


btn_donateCC_LG.gif


Support and give your Transaction-ID here in thread with post...
I will send the full-source-code via email, PM...

For the moment only B4J code is available.
 
Last edited:

Magma

Expert
Licensed User
Longtime User
Funny :confused:

Well... let me see... is it actually "money" problem or "time" problem ? ...hmmm I think it is more "time" problem... so... you must hurry up :) to get the offer at PROMO price... and contribute.... if you want !

No problem - my friend. :p:cool:
 

amorosik

Expert
Licensed User
Definitely not
I believe that after wisely reducing the contribution due for sending the program to 19 euros, the cost is not a problem for anyone
But my interest is focused on a system that allows you to remotely assist a smartphone using a PC
And therefore the current project, despite being of great quality, has no value for me
It would have value if it allowed the control of one or more smartphones
This is why I propose again the idea of trying a joint development to increase the probability of being able to obtain the much desired remote assistance system from PC to smartphone
 

Magma

Expert
Licensed User
Longtime User
Definitely not
I believe that after wisely reducing the contribution due for sending the program to 19 euros, the cost is not a problem for anyone
But my interest is focused on a system that allows you to remotely assist a smartphone using a PC
And therefore the current project, despite being of great quality, has no value for me
It would have value if it allowed the control of one or more smartphones
This is why I propose again the idea of trying a joint development to increase the probability of being able to obtain the much desired remote assistance system from PC to smartphone
I understand... but it doesn't change anything having or not having this code....

If you wanna contribute... let's focus in what not exists (code) for android... but this, has nothing to do with that thread... So you can PM me to discuss the piece of android I need help (I know what missing).

Now... If you wanna have it (this code) for a start... and not starting from "0" may be will be useful for you, but as you understand -sharing- this"simple" code is not free.
 

Leandro Vaufran Stievano

Member
Licensed User
Well... anyone tried the code... ? played with it ?... I am waiting for your comments (bad or good)... new ideas... share your tips... (am I hurry?... only one day passed)

:D
:)
week with a lot of work!
looking forward to being able to take some time and test the app, so taking the opportunity to leave a suggestion:
Send client-side Ctrl+Alt+Del
 

Magma

Expert
Licensed User
Longtime User
:)
week with a lot of work!
looking forward to being able to take some time and test the app, so taking the opportunity to leave a suggestion:
Send client-side Ctrl+Alt+Del
can i ask... why need ctrl-alt-del...

for taskmanager / logout / change password / reboot / shutdown ?
 

Magma

Expert
Licensed User
Longtime User
For Login / change users... I am not sure if the "app" must run as service

changing password + taskmgr ... if the app run at host with Admin rights...

what works for sure...
*you just run taskmgr for taskmanager
*control userpasswords2 for changing password or adding user...

If i simulate ctrl-alt-del (it is possible-but you will get black screen at client side) - the app will not possible to capture the screen... need to tricky the system...
but taskmgr runs ok with admin rights!
 

Magma

Expert
Licensed User
Longtime User

amorosik

Expert
Licensed User
Hi there guys !!!
Today I am SUPER HAPPY !!!!
I have an announcement... found way to transfer system sound - what hearing host ----> will be played/streamed to client... YES!
Coming soon with update.... :)

It would be nice if you could also transfer the audio that goes into the microphone
Do you think it is achievable in the same way as audio speakers?
We are really insatiable, huhhh? ?
 

Magma

Expert
Licensed User
Longtime User

amorosik

Expert
Licensed User
@amorosik but by the default is selected microphone... so every noise hearing from pc & microphone it is possible to transfered... if selected the microphone... and not having the stereo mix...

Ah ok, maybe I read wrong
I thought the audio on the pc audio outputs was being transferred
 

Magma

Expert
Licensed User
Longtime User
Ah ok, maybe I read wrong
I thought the audio on the pc audio outputs was being transferred

Yes... but the thing you are asking can do it by default...

Check here..
 

Magma

Expert
Licensed User
Longtime User

Xfood

Expert
Licensed User
hello, Magma, it would be nice to have a limited version in b4a, which allows you to send messages like chatt to b4j, and the possibility of using file transfer
 

Magma

Expert
Licensed User
Longtime User
hello, Magma, it would be nice to have a limited version in b4a, which allows you to send messages like chatt to b4j, and the possibility of using file transfer
...Hi there...

1) A chat is a simple add-on...

2) File Transfer PC<->Android (exact to Android app) it can be... but already thought it as different "app" at all...

3) PC Remote Administration from an Android app ...possible... not all features.... let me think it...

4) Android Remote Administratiom from PC ...as I am saying at first post... is difficult / can't do that alone...
 
Top