OSDev.org
https://forum.osdev.org/

OVM
https://forum.osdev.org/viewtopic.php?f=2&t=26884
Page 1 of 1

Author:  Mikemk [ Sat Jul 06, 2013 2:41 pm ]
Post subject:  OVM

This program purpose is twofold: hosting private virtual (a.k.a cloud) servers not visible to the general public; and as a free replacement for paid tethering apps. Currently, only limited functionality of the first portion is implemented.

This is still a pre-alpha, and the code base is messy, so don't judge me for errors. It can communicate using HTTP identity on the same IP address. (Meaning that you have to use a virtual machine which can be configured to use the same ip address). To my knowledge, no changes occur to the external network.

Disclaimer: I may not be held liable for anything that occurs as a result of using this program.

To start the server, open a terminal on host (for linux, commands will vary slightly on windows):
Code:
cd /directory/to/extraction
sudo java entry -p port -f /absolute/directory/to/root/folder/ [-d default_page]

Most messages will be prepended with [Err ], [Dbug], or [Info]

Please send me information of problems with the program, including the log.

Planned future changes:
Enabling access to server from outside current ip address.
Adding a logfile.
Adding scripting support (PHP, others?)
Adding Database support (language?)
Making opensource

Attachment:
ovm.zip [10.38 KiB]
Downloaded 68 times


PS, if you don't care, don't comment.

Author:  sortie [ Sat Jul 06, 2013 3:22 pm ]
Post subject:  Re: OVM

Hi, m12. What is this? I see a zip file full of Java files, but that doesn't reveal much.

Author:  Mikemk [ Sat Jul 06, 2013 6:36 pm ]
Post subject:  Re: OVM

It's in reference to viewtopic.php?p=224765#p224765
I didn't consider it appropriate in the OS Development subforum, though.

Author:  Combuster [ Sun Jul 07, 2013 2:05 am ]
Post subject:  Re: OVM

Sortie +1;
It would help for everybody in the future to be able to see what this does based on the top post alone. It doesn't need to be a huge description but not having a description at all is just going to confuse everyone.

Author:  Mikemk [ Sun Jul 07, 2013 7:56 am ]
Post subject:  Re: OVM

Thank you for the advice. Edited OP.

Author:  Brynet-Inc [ Sun Jul 07, 2013 8:34 am ]
Post subject:  Re: OVM

m12 wrote:
Image
Image

Author:  Mikemk [ Sun Jul 07, 2013 11:40 am ]
Post subject:  Re: OVM

Brynet-Inc wrote:
m12 wrote:
Image
Image

It's a lot easier to write a program in java than c/c++, and since I only needed 2 to 3 connections, java is sufficient.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/