Jump to content




RemoteAComputer v1.1 - Remote your computers and see their screens !


  • You cannot reply to this topic
34 replies to this topic

#1 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 21 January 2013 - 11:47 PM

RemoteAComputer V1.1

Hello ! I make a program can remote a computer (advanced or normal) and show this screen on your screen!

Are you french ? If yes, open the spoiler ! / Êtes-vous français ? Si oui, ouvrez le spoiler !

Spoiler


How to use:

1. Download the program:
pastebin get p6ya0Ysd remote
2. Start the server first:
remote server <ID of remote computer> [program to start instead of the shell + args]
3. Download the program on the client:
pastebin get p6ya0Ysd remote
4. Start the client:
remote client <remote server computer id>
5. Enjoy !

You can use it for your OS without problems ! (just display me in the credits! :))

Known issues:
  • When you shutdown or reboot the server, the remote can do nothing and see nothing. You will reboot the remote computer.
  • When you remote a advanced computer on a basic computer, the program crashes on the remote.
  • When you try to start two times or more the server on the same computer for the same remote, you will see some big bugs.
  • When you remote a basic computer on a advanced computer, the mouse events works on the basic computer while this basic computer is remoted (it get mouse events from the remote).
Sorry for my english, I am french and I'm eleven :unsure:
It's my first program, submit bugs if you found a bug :)

#2 Guizmus

  • Members
  • 5 posts
  • LocationFrance

Posted 22 January 2013 - 01:07 AM

Hey !

First of all, congratulations on making such a program ! I can see where it could be usefull, and i'm gonna try it tonight

Second, your english is rather good, don't bother...

And last, WOW, I mean WOOOOOW, this is ambitious and quite well done ! I'm not sure I would have been able to do that at 10y.o. ^^

Et en italique vu que c'est pas Anglais, bon boulot, ça a l'air solide ! Et bon annif en avance ;)

#3 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 22 January 2013 - 01:28 AM

I'm French too xD

Awesome ! It will very cool to help other peoples on your server, if they are far (and connected) or for a school.
The final issue is not a bug, it's pretty cool !

Magnifique ! Ca va être vraiment bien pour aider les autres gens sur son serveur s'ils sont loin (et connectés) ou pour une école.
La dernière erreur n'en est pas une ! C'est super cool !
Patriotisme xD.

#4 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 22 January 2013 - 03:12 AM

Thanks :) I will make a video for show the program ;)

Merci beaucoup des réponses positives! Je n'ai vu personne le faire alors je me suis dit d'en faire un (edit: le type de programme pour voir l'écran d'un autre ordinateur CC) :)
Je peux pas vraiment faire de screens on ne verrait pas de différence ^_^
Mais je peux faire une vidéo (si je rame pas trop avec tous les mods que j'ai :wacko:)
Je referais le post en français pour les francophones Fait :lol:

#5 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 22 January 2013 - 05:44 AM

that is quite interesting that you are able to get a normal computer to accept mouse clicks.....quite interesting

#6 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 22 January 2013 - 06:34 AM

This looks as if it would be similar to nsh, if a little less refined. Good job!

#7 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 22 January 2013 - 08:48 AM

View PostLyqyd, on 22 January 2013 - 06:34 AM, said:

This looks as if it would be similar to nsh, if a little less refined. Good job!
I don't used nsh to make this ;p When I've started to make this program I did not know that nsh exists ^^ Thanks :)
I've started with nothing and I maked all of my code ;)
PS: I've wanted to test nsh, but it does nothing, how it works ? :s

#8 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 22 January 2013 - 08:52 AM

Really good first program! Looks very good so far, and no bugs!

Nice work!

P.S Happy Birthday :D

#9 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 22 January 2013 - 09:07 AM

View PostGravityScore, on 22 January 2013 - 08:52 AM, said:

Really good first program! Looks very good so far, and no bugs!

Nice work!

P.S Happy Birthday :D

Thanks :) I've used Firewolf 2.3.6 (a little bit modified for it will work without internet ^^) for check if my program works :)
My program works very nice with Firewolf :)

Next step: add an API to my program :D

#10 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 22 January 2013 - 09:31 AM

View PostMrrraou, on 22 January 2013 - 08:48 AM, said:

View PostLyqyd, on 22 January 2013 - 06:34 AM, said:

This looks as if it would be similar to nsh, if a little less refined. Good job!
I don't used nsh to make this ;p When I've started to make this program I did not know that nsh exists ^^ Thanks :)/>
I've started with nothing and I maked all of my code ;)/>
PS: I've wanted to test nsh, but it does nothing, how it works ? :s

What does nsh do when you try to connect to the host machine? If it connects successfully, the screen should clear and you should see a shell prompt, which is actually on the remote computer, which might be why it looks like nothing happens. If you type exit then, it would clear the screen and print something like, "Connection closed by server" at the top. Hope that helps!

#11 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 22 January 2013 - 09:36 AM

Nice Program! :)
And Happy Birthday!

#12 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 22 January 2013 - 09:40 AM

View PostLyqyd, on 22 January 2013 - 09:31 AM, said:

View PostMrrraou, on 22 January 2013 - 08:48 AM, said:

View PostLyqyd, on 22 January 2013 - 06:34 AM, said:

This looks as if it would be similar to nsh, if a little less refined. Good job!
I don't used nsh to make this ;p When I've started to make this program I did not know that nsh exists ^^ Thanks :)/>
I've started with nothing and I maked all of my code ;)/>
PS: I've wanted to test nsh, but it does nothing, how it works ? :s

What does nsh do when you try to connect to the host machine? If it connects successfully, the screen should clear and you should see a shell prompt, which is actually on the remote computer, which might be why it looks like nothing happens. If you type exit then, it would clear the screen and print something like, "Connection closed by server" at the top. Hope that helps!

But I don't see the program running on the host, I just see the shell program :/

View PostHellkid98, on 22 January 2013 - 09:36 AM, said:

Nice Program! :)
And Happy Birthday!

Thanks :)

#13 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 22 January 2013 - 09:47 AM

Yep, it spawns a local shell as well, so the computer can still be used while it is an nsh host. :)/>

#14 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 22 January 2013 - 10:19 AM

View PostMrrraou, on 22 January 2013 - 09:07 AM, said:

Thanks :) I've used Firewolf 2.3.6 (a little bit modified for it will work without internet ^^) for check if my program works :)
My program works very nice with Firewolf :)

Next step: add an API to my program :D

Good idea! I could allow people to use it without internet! I'm bored right now, so I'll do it now.

#15 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 22 January 2013 - 11:51 AM

Nice birthday/program!

#16 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 22 January 2013 - 08:01 PM

View PostGravityScore, on 22 January 2013 - 10:19 AM, said:

...

Good idea! I could allow people to use it without internet! I'm bored right now, so I'll do it now.

Thanks! It was very useful because I don't have always Internet to my computer :D
And it's because I love using Firewolf :)

View Postanonimo182, on 22 January 2013 - 11:51 AM, said:

Nice birthday/program!

Thanks :)

View PostLyqyd, on 22 January 2013 - 09:47 AM, said:

Yep, it spawns a local shell as well, so the computer can still be used while it is an nsh host. :)/>

You can also still use the computer with RemoteAComputer Server started and remoted ;)

#17 superaxander

  • Members
  • 609 posts
  • LocationHolland

Posted 23 January 2013 - 12:55 AM

+1

#18 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 23 January 2013 - 01:11 AM

View Postsuperaxander, on 23 January 2013 - 12:55 AM, said:

+1

For? :)

#19 superaxander

  • Members
  • 609 posts
  • LocationHolland

Posted 23 January 2013 - 01:31 AM

View PostMrrraou, on 23 January 2013 - 01:11 AM, said:

View Postsuperaxander, on 23 January 2013 - 12:55 AM, said:

+1

For? :)/>
The program

#20 Mrrraou

  • Members
  • 36 posts
  • LocationFrance

Posted 23 January 2013 - 01:52 AM

View Postsuperaxander, on 23 January 2013 - 01:31 AM, said:

View PostMrrraou, on 23 January 2013 - 01:11 AM, said:

View Postsuperaxander, on 23 January 2013 - 12:55 AM, said:

+1

For? :)/>
The program

Thanks :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users