-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still maintained? #1
Comments
Yes, I am working on it. Currently I am trying to figure out how to capture a screenshot from the windows log on screen, or when the UAC prompt appears. |
Hello @YiannisBourkelis did you get any advance on UAC prompt screen? Anyway, the software is working fantastic even if it's not valid with this "restriction". I can't help you because I don't even know how to skip it! Cheers |
Thank you antton, |
I found another bug, when you connect to a remote windows computer at least from macos, and when you end up working on it and close the connection, the keyboard from the remote windows computer get useless and you need to logout from the session or restart the computer to get it working properly again. If you release a new version, I'd lovely try it. Thanks for your hard work!! |
Can you help me reproduce this issue? |
Osx el capitan connecting to windows 10 x64.
Let me know if I can help you with anything else ;)
… El 13 mar 2017, a las 17:53, YiannisBourkelis ***@***.***> escribió:
Can you help me reproduce this issue?
What is the version of windows you are connecting to? Windows 10/7/Vista/XP? x86/x64?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you antton, I will try to reproduce it when I will have a windows 10 x64 machine available. |
Hello again, I install the linux client on Ubuntu 16.04 and is working perfectly from osx -> linux. You have an awesome software, I don't understand why is not soo popular, but anyway. It would be nice to let decide which proxy server use to make it work, actually I see that is using your personal proxy server 'mailgate.filoxeni.com'. I'm going to try to compile the proxy and then try to compile the client with Qt. I'll let you know ;) Thanks! |
Yes you can change the proxy address from https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/master/src/Andama/clientserver.cpp , line 930 to whatever domain the proxy is located. To compile AndamaProxy to a linux machine, just copy this file: https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/master/src/AndamaProxy/main.cpp |
Great!
… El 14 mar 2017, a las 18:17, YiannisBourkelis ***@***.***> escribió:
Yes you can change the proxy address from https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/master/src/Andama/clientserver.cpp , line 930 to whatever domain the proxy is located.
To compile AndamaProxy to a linux machine, just copy this file: https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/master/src/AndamaProxy/main.cpp
to your server and compile it:
g++ main.cpp -o main.out -pthread -std=c++11
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Dear, I wanted to contribute to the project by putting the language in Portuguese (Brazil). It's possible? How I recompile for running in Windows? I use Linux, but I can recompile in Linux for running in Windows, Mac and Windows? Best Regards |
Thank you marcelodias. To recompile and run the application you should download Qt for open source from this link: https://www.qt.io/download/ on each platform. For the translation you can use your linux machine and Qt. I will send you more details soon. I just have to find out the best way to do it. |
I will wait you indications as well and translate it into basque and spanish ;)
… El 19 mar 2017, a las 3:18, YiannisBourkelis ***@***.***> escribió:
Thank you marcelodias.
Yes, translation in Portuguese is possible. I will check the Qt documentation to find out the best way to do it and I will let you know until Tuesday.
To recompile and run the application you should download Qt for open source from this link: https://www.qt.io/download/ on each platform.
For the translation you can use your linux machine and Qt. I will send you more details soon. I just have to find out the best way to do it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@marcelodias1806 and @antton thank you very much for your offer on translating Andama. I created two new threads for the translations. From English to Portuguese: #2 From English to Spanish/Basque: #3 |
How are you compiling with Windows? I will try to contribute with a better UI. |
Hi @johnkeel-obsidian, |
Thank you for your fast reply. Regarding the looks, can i go modern flat on it? I will make you a preview. |
@johnkeel-obsidian this is happening because the proxy is down. I am fixing it now, maybe in 10 minutes it will work. I will send you a message here when the proxy server will be up. |
@johnkeel-obsidian ok the proxy server is up and running. Andama should now get an ID |
@johnkeel-obsidian yes I believe modern flat will look nice. I will wait for a screenshot. |
Yeap it does. |
I use the uPnP protocol to open port forwarding on the router so that a direct (p2p) connection between the 2 computers will be established. This reduces the extra latency introduced when using the proxy server. Currently the uPnP code is work in progress, that is because you are receiving this error 500. Maybe if you login into your router and enable uPnP this error will be gone. You can compile the AdamaProxy yourself if you want to test it locally.
|
Wow thanks! |
Thank you @johnkeel-obsidian !! :-) |
sorry to disturb you but i can´t still make it work. |
Btw, this is looping in the host (it´s the app output): JPG conversion :2ms But the app is not showing the actual remote window |
|
Checked all of that Machine 1: Machine 2 Log: I´m now trying connecting only with proxy mode. |
AHHHH!!! solved!!!! |
Great! |
Hi Yiannis,
I wanted to ask you if it is the open source or commercial version of QT 5.7.1 that you are using?
Thanks
Doug
…Sent from my iPhone
On Aug 25, 2017, at 2:28 AM, YiannisBourkelis ***@***.***> wrote:
@dougrinkin I am using Qt 5.7.1 but it should also compile on newer versions.
@sveip yes, a simple and easy to use solution would be to use the QSettings class, and load some application settings (like proxy server address and port) from an .ini file located at the path where the Andama executable is located.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Also one more quick question, what are are the files or files and pralines that control the name of the app as it is displayed when the program launches that say Andama at the top out of curiosity?
Thanks
Doug
…Sent from my iPhone
On Aug 25, 2017, at 2:28 AM, YiannisBourkelis ***@***.***> wrote:
@dougrinkin I am using Qt 5.7.1 but it should also compile on newer versions.
@sveip yes, a simple and easy to use solution would be to use the QSettings class, and load some application settings (like proxy server address and port) from an .ini file located at the path where the Andama executable is located.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@YiannisBourkelis : I can provide you a VPS if you would like |
Hi Yiannis,
What is a VPS sorry for the dumb question sir…I really appreciate all of your help I love your product is really great.
Best Regards,
Doug Rinkin
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:31 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@YiannisBourkelis : I can provide you a VPS if you would like
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yiannis,
I would love a VPS that would be great.
Thanks,
Doug Rinkin
From: YiannisBourkelis <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 2:28 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@dougrinkin I am using Qt 5.7.1 but it should also compile on newer versions.
@sveip yes, a simple and easy to use solution would be to use the QSettings class, and load some application settings (like proxy server address and port) from an .ini file located at the path where the Andama executable is located.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you for the information :) I would love a VPS that would be very helpful.
Thanks,
Doug
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:34 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@dougrinkin
https://en.wikipedia.org/wiki/Virtual_private_server
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
YiannisBourkelis,
How long will it take for access to the VPS?
Thanks,
Doug
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:31 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@YiannisBourkelis : I can provide you a VPS if you would like
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have just emailed @YiannisBourkelis the SSH logins for a VPS he can use for this project. I hope this will help everybody. |
Yeah that is awesome!
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:43 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
I have just emailed @YiannisBourkelis the SSH logins for a VPS he can use for this project. I hope this will help everybody.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Neuronet77,
What version of QT do you use? The open source version or the commercial version?
Thanks,
Doug
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:43 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
I have just emailed @YiannisBourkelis the SSH logins for a VPS he can use for this project. I hope this will help everybody.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@YiannisBourkelis how are you? I finished a full translation of Andama, how do I put it here not Github and how do I compile Andama in Portuguese? My computer is running Linux CentOS 7 and QT is already installed. |
@dougrinkin |
Ok, weird I am getting mouse.cpp errors when trying to compile it any ideas what might be causing this? I am using the same version you are.
Thanks,
Doug
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:59 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@dougrinkin
I'm using 5.9.1 in the open source edition
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Neuronet77, thank you for the information, you have been very very helpful. I do have some more questions for you in the future probably.
Thanks,
Doug Rinkin
From: neuronet77 <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 8:59 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@dougrinkin
I'm using 5.9.1 in the open source edition
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi YiannisBourkelis,
Does your version of code compile on MACOSX Sierra? What is the latest version it will compile for, for MAC OSX? Does anyone have a newer commit of this code that will compile on sierra?
Thanks,
Doug
From: YiannisBourkelis <[email protected]>
Reply-To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Date: Friday, August 25, 2017 at 2:28 AM
To: YiannisBourkelis/Andama-Remote-Desktop <[email protected]>
Cc: dougrinkin <[email protected]>, Mention <[email protected]>
Subject: Re: [YiannisBourkelis/Andama-Remote-Desktop] Still maintained? (#1)
@dougrinkin I am using Qt 5.7.1 but it should also compile on newer versions.
@sveip yes, a simple and easy to use solution would be to use the QSettings class, and load some application settings (like proxy server address and port) from an .ini file located at the path where the Andama executable is located.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
YiannisBourkelis I seem to be getting some errors when trying to compile Andama. It acts like it is going to build the file however after trying to compile it with QT 5.9.1 on MAC OSX Sierra it does not seem to be creating a usable .APP for OSX it there a link to a newer location of code? or perhaps I might be doing something wrong please see the errors below: /Users/dougrinkin/Downloads/DougDevProject-master/src/Andama/mousekeyb/MouseMac.cpp:44: error: no matching function for call to 'CGEventCreateMouseEvent'
/Users/dougrinkin/Downloads/DougDevProject-master/src/Andama/mousekeyb/MouseMac.cpp:101: error: no matching function for call to 'CGEventCreateMouseEvent' |
YiannisBourkelis I am having a heck of a time trying to compile the MAC OSX APP to a working app. I am using 5.9.1 QT Commerical. I posted the error problems I was getting with the mouse.cpp file errors. What am I doing wrong I would be forever in-debted to you if you gave me some advice. Thanks, |
YiannisBourkelis, Hi it's Doug again, I have been talking to a few of my colleagues and we are working on an open source project that can utilize Andama. However is it possible to discuss in a more private forum than this Github. My email address is [email protected] . Please contact me when ever you may be free. I am looking forward to speaking with you soon. Sincerely, Doug |
Hi does anyone know why when compiling Andama you get MacMouse.cpp errors. I get about errors like this right before it goes to compile the code. Anyone have any suggestions? |
@dougrinkin yes, in latest Xcode these compile errors seem to appear in mouse.cpp. I have not tried solve it because I am using a previous version of macOSX sdk (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk) |
@YiannisBourkelis |
@neuronet77 yes, thank you very much! I will reply to you by email later tonight, I am just too busy at the moment |
@YiannisBourkelis |
@marcelodias1806 Thank you for the Portuguese translation! Have you followed the guide as described here? |
Hi Yiannis, Is there any chance you could turn the proxy up tomorrow? I would like to try to do some testing. I am working on setting up my own but for the time being that would be great. thanks, Doug |
@dougrinkin yes, it is already up, but it might take the domain some time to propagate. Do a restart of your machine just in case, to refresh your DNS cache. |
Hi All Anyone been able to transmit audio over Andama Remote Desktop or does anyone have a plugin that will do this? Thanks, Doug |
@dougrinkin audio streaming is not yet implemented in andama |
Is this project still planned to be implemented?
The text was updated successfully, but these errors were encountered: