Jump to content




CommuteOS!


  • This topic is locked This topic is locked
69 replies to this topic

#21 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 29 November 2012 - 02:09 PM

View PostMechaTallon, on 29 November 2012 - 12:55 PM, said:

Nyah! Sorry I've been missing from this thread lately, :) Had tons of homework along with finals coming up.

Well, it sucks that you cancelled Nodos, but maybe we can start working on this now? I have 2 programs on the Github with permission from 1lann. I want to modify them slightly and make something like Windows Homegroup. This, of course, is only the printer portion of it.

#22 KillaVanilla

  • Members
  • 303 posts

Posted 29 November 2012 - 02:22 PM

Give me something to doooooo. I'm boooored.

#23 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 29 November 2012 - 02:23 PM

View PostKillaVanilla, on 29 November 2012 - 02:22 PM, said:

Give me something to doooooo. I'm boooored.

Throw stuff at the google doc, or get started on coding stuff already there.

#24 KillaVanilla

  • Members
  • 303 posts

Posted 29 November 2012 - 02:27 PM

Would anyone mind if I added my remote file-transfer protocol here?
I just remembered that I had that, and, funnily enough, it was made for (the old) CommuteOS.

#25 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 29 November 2012 - 02:30 PM

View PostKillaVanilla, on 29 November 2012 - 02:27 PM, said:

Would anyone mind if I added my remote file-transfer protocol here?
I just remembered that I had that, and, funnily enough, it was made for (the old) CommuteOS.

Of course you can. Just put it on the github if you have access or on pastebin if you don't.

#26 KillaVanilla

  • Members
  • 303 posts

Posted 29 November 2012 - 03:24 PM

View Postdlcruz129, on 29 November 2012 - 02:30 PM, said:

View PostKillaVanilla, on 29 November 2012 - 02:27 PM, said:

Would anyone mind if I added my remote file-transfer protocol here?
I just remembered that I had that, and, funnily enough, it was made for (the old) CommuteOS.

Of course you can. Just put it on the github if you have access or on pastebin if you don't.

Okay then, I've added my RemoteFile (and printing) protocol to the Github repository.

#27 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 29 November 2012 - 03:33 PM

View PostKillaVanilla, on 29 November 2012 - 03:24 PM, said:

View Postdlcruz129, on 29 November 2012 - 02:30 PM, said:

View PostKillaVanilla, on 29 November 2012 - 02:27 PM, said:

Would anyone mind if I added my remote file-transfer protocol here?
I just remembered that I had that, and, funnily enough, it was made for (the old) CommuteOS.

Of course you can. Just put it on the github if you have access or on pastebin if you don't.

Okay then, I've added my RemoteFile (and printing) protocol to the Github repository.

Thanks, not quite sure if well use the print function, as I believe 1lann's is easier for clients, because it hooks into the peripheral API, but we'll definitely use the FTP.

#28 KillaVanilla

  • Members
  • 303 posts

Posted 29 November 2012 - 04:09 PM

View Postdlcruz129, on 29 November 2012 - 03:33 PM, said:

-snippity-

Thanks, not quite sure if well use the print function, as I believe 1lann's is easier for clients, because it hooks into the peripheral API, but we'll definitely use the FTP.

Yeah, the printFile function is mainly used internally, and for quick 'n dirty printing (think print() versus write())

#29 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 29 November 2012 - 05:17 PM

hey, i posted this awhile ago on the old commute os thread
https://github.com/i...ter/diskencrypt
it downloads the enc api automatically (uses http api)

puts everything on the computer into a table and encrypts it
then puts itself into startup so you cant screw up the encrypted data accidentally
it uses checksums so you cant just use a boot disk to steal the password

warning:
this will delete everything on the computer
this is beta atm, it might not work for every single file
you are responsible for backing up sensitive programs
this is just a means of quickly securing files

#30 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 29 November 2012 - 05:31 PM

View PostPixelToast, on 29 November 2012 - 05:17 PM, said:

hey, i posted this awhile ago on the old commute os thread
https://github.com/i...ter/diskencrypt
it downloads the enc api automatically (uses http api)

puts everything on the computer into a table and encrypts it
then puts itself into startup so you cant screw up the encrypted data accidentally
it uses checksums so you cant just use a boot disk to steal the password

warning:
this will delete everything on the computer
this is beta atm, it might not work for every single file
you are responsible for backing up sensitive programs
this is just a means of quickly securing files

Good, we need encryption. I'm on my phone, so can you please add it to the GitHub?

#31 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 30 November 2012 - 01:05 AM

So, I am no longer a developer? :C

#32 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 30 November 2012 - 01:08 AM

Anyways, I found a library I had laying around:

Spoiler

See this thread for documentation on the flib_xxxx() functions.

NOTE: I added some functions:
flib_makeDir(path) -- Makes a new directory
flib_getWindowsPath(path) -- Returns the path, with \'s instead of /'s
flib_getFiles(path) -- Returns a table with all files in a directory
flib_getOS() -- DOES NOT WORK IN CC
flib_isDir(path) -- Returns true if the file is a directory, and false if not


#33 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 30 November 2012 - 01:16 AM

View Postmad, on 30 November 2012 - 01:08 AM, said:

So, I am no longer a developer? :C
This is a community project. I am not sure who is lead of development right now since we haven't started working yet. The community will be able to submit scripts to the Github repo and/or the website for it to be added to the release.

#34 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 30 November 2012 - 01:17 AM

Mind changing my dev title to "Github Manager/Website Manager/Dev/Sammich Lord"? It is much more fitting for meh.

#35 Mads

  • Members
  • 604 posts
  • LocationCopenhagen, Denmark

Posted 30 November 2012 - 01:28 AM

Mind adding my dev title? :D

#36 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 30 November 2012 - 01:31 AM

View Postmad, on 30 November 2012 - 01:28 AM, said:

Mind adding my dev title? :D
You will have to talk to the person who created the topic. I really wish IP Board had the feature to have multiple owners to one topic.

#37 Cruor

  • Members
  • 413 posts
  • LocationNorway

Posted 30 November 2012 - 02:10 AM

View PostHuman, on 30 November 2012 - 01:31 AM, said:

View Postmad, on 30 November 2012 - 01:28 AM, said:

Mind adding my dev title? :D
You will have to talk to the person who created the topic. I really wish IP Board had the feature to have multiple owners to one topic.
So its just me having that epic feature? ;) </troll>

#38 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 30 November 2012 - 02:35 AM

bah, i dont have permission to edit the github or le google docs

:s ill ask for permission later on the irc

#39 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 30 November 2012 - 02:41 AM

View PostUnicorn King, on 30 November 2012 - 02:35 AM, said:

bah, i dont have permission to edit the github or le google docs

:s ill ask for permission later on the irc
I'll give you access to the Github once we are started. LOL Nice way to piss off Cruor PixelToast.

#40 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 30 November 2012 - 02:46 AM

View PostHuman, on 30 November 2012 - 02:41 AM, said:

View PostUnicorn King, on 30 November 2012 - 02:35 AM, said:

bah, i dont have permission to edit the github or le google docs

:s ill ask for permission later on the irc
I'll give you access to the Github once we are started. LOL Nice way to piss off Cruor PixelToast.
thanks, we talked about the punishments on the irc

Unicorn_King: :3
Cruor: YOU ARE DAMN DEAD
Unicorn_King: changed my name
ERROR: Closing Link: c-NO-IP-FO-U.hsd1.mi.comcast.net (Killed (NickServ (GHOST command used by Cruor![email protected])))
thats what you get for trolling on a thread im developing





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users