OVM

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

OVM

Post by Mikemk »

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: Select all

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
ovm.zip
(10.38 KiB) Downloaded 84 times
PS, if you don't care, don't comment.
Last edited by Mikemk on Sun Jul 07, 2013 7:55 am, edited 1 time in total.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: OVM

Post by sortie »

Hi, m12. What is this? I see a zip file full of Java files, but that doesn't reveal much.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: OVM

Post by Mikemk »

It's in reference to http://forum.osdev.org/viewtopic.php?p=224765#p224765
I didn't consider it appropriate in the OS Development subforum, though.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: OVM

Post by Combuster »

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.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: OVM

Post by Mikemk »

Thank you for the advice. Edited OP.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: OVM

Post by Brynet-Inc »

m12 wrote:Image
Image
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: OVM

Post by Mikemk »

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.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
Post Reply