Jump to content




Project Net Block


166 replies to this topic

#1 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 03 April 2012 - 06:21 AM

We are a small team of people attempting to do the list of things below:
Make a Internet and then add servers.email , FTP , remote control
And do it all on survival.
We are currently recruiting new members newbies and experts.!

Quote

We have 1 server both run tekkit. .this server is owned by my friend.
Our primary server is ran by Leo verto and contact him for details.
Our old server tekaholic si no longer used!

Quote

I am sorry to denounce tekaholic as our primary server! :)/>
it seems i am not trusted as a technician and there fore will never receive the required ftp for the project to work :D/> ;)/>
it seems deeks may no longer trust me so....
LEO VERTOS HAMaCHI IS NOW MAIN SERVER!
contact him for details

We currently only have
Strideynet
leo verto
rickydaan
Wolvan

#2 rickydaan

  • Members
  • 93 posts
  • LocationThe Netherlands

Posted 03 April 2012 - 10:57 AM

Im very interested, ADD MEH @_@... Ricky's nickname at school is: CN (Computer Nerd).....

#3 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 03 April 2012 - 01:24 PM

Survival, eh? I prefer to use Not Enough Items, but I can disable it.
I might get some friends to help us, I also had the idea of (nearly) real-time editing of documents together using the Minenet (the Minecraft Internet).
Add me on steam for fast contact.

#4 rickydaan

  • Members
  • 93 posts
  • LocationThe Netherlands

Posted 03 April 2012 - 02:53 PM

Addd meeeh

#5 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 03 April 2012 - 07:58 PM

Take a look at http://www.computerc...-computercraft/.

#6 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 04 April 2012 - 10:53 PM

 Leo Verto, on 03 April 2012 - 07:58 PM, said:

Just wanted to post that :)/>
We should really add this to the cyber warfare thread

#7 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 05 April 2012 - 07:26 AM

I have I posted

#8 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 05 April 2012 - 04:45 PM

Ok, I'm working on a server system now:
The client pings and any open servers answer, then the client can choose between servers.
Servers can provide downloads, file-hosting, being routers for long range networks and many other things.

#9 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 05 April 2012 - 08:21 PM

 Leo Verto, on 05 April 2012 - 04:45 PM, said:

Ok, I'm working on a server system now:
The client pings and any open servers answer, then the client can choose between servers.
Servers can provide downloads, file-hosting, being routers for long range networks and many other things.
I could help Im good with rednet

#10 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 05 April 2012 - 10:07 PM

 Wolvan, on 05 April 2012 - 08:21 PM, said:

 Leo Verto, on 05 April 2012 - 04:45 PM, said:

Ok, I'm working on a server system now:
The client pings and any open servers answer, then the client can choose between servers.
Servers can provide downloads, file-hosting, being routers for long range networks and many other things.
I could help Im good with rednet
Nice, I think we're gonna need help, I'll send you a PM where we can code, since you don't like tekkit, I'll probably have to execute the programs and report to you. :)/>

#11 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 09 April 2012 - 06:09 PM

You should take a look at the networking stuff of this guy on youtube, he implemented quite cool thinks and I'm looking forwards to see the codes:


Emails and Notifications:
Tree Networks and Defense Systems:

#12 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 10 April 2012 - 05:58 AM

Leo slow down!
We need dns first!!
Without it your servers are useless!
Dns works Like this:
1 you send the web address to dns server
2 it checks it's database for and Ip associated with that name then sends ip back to client
3client then goes to that server

#13 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 10 April 2012 - 06:01 AM

However often it sends you routing data as there could be more then 80 stops to get somewhere.
Your ping idea is great maybe when client reccieves id from dns it then pings the web server.
Then to move page you ping it with page name.

#14 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 10 April 2012 - 06:39 AM

Those videos are good I like his mail technique
The master server is technically like dns

#15 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 10 April 2012 - 07:14 AM

Leo could you contact him and invite him to our project and how is ur server?
I feel we need to make a OS to enclose this in but really could u invite nitrogen to project

#16 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 10 April 2012 - 04:18 PM

Feel free to write nitrogenfingers a forum message. :P/>
Thanks to Wolvan, we already got a bit of code.

Nitrogen's idea of several servers connected to a master server is great, so the master server only has to redirect to the single servers and can stay nearly always on. The mail server for example, will have a file with all the registered computers, ID and name. It reads the data from the file into an array and then it can search the array for the name. It should save the array to file every 5 minutes or so.

I hope this helps, I'll post the code Wolvan made with me soon.

#17 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 11 April 2012 - 06:10 AM

Cool
Is there a way we could add dns though for web servers.
And have you made routers

I think i have got us a server it's 24/7
I'm am admin so I'l
But its a war server so I may have to talk to him if we can anve a world or something

#18 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 11 April 2012 - 06:14 AM

OS is the way to go we need a OS to wrapit up and make it prettier
Maybe call it
Micro block

#19 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 11 April 2012 - 12:15 PM

Hmm, I think we could implement an OS but for the start, just the single programs should be enough.
An OS would also need an update function, so all the scripts stay up to date.
What I said was kinda DNS, the master server has a list of all other servers and the other servers have the user data.

#20 strideynet

  • New Members
  • 213 posts
  • LocationDistrict52

Posted 12 April 2012 - 06:03 AM

Yes all you would needs IS names
That's what DNs. Is names
What if their is 60 websites in the future on our internet you won't remember each ones I'd will you
But you will remember names!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users