Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
63 user(s) are online (45 user(s) are browsing Forums)

Members: 0
Guests: 63

more...

Headlines

 
  Register To Post  

Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
Given that boxfs2 performance is really, really bad right now and is probably not going to be easily fixed without rewriting much of the code I'm thinking it might be preferable to start from scratch by making a really AmigaOS native client.

Rather than implementing it as a filesystem my current idea is to write it as a WBStartup launched program that will sync a directory on your harddrive to the contents of your box.com account (similar to how DropBox works).

This will get rid of many of the problems introduced by the filesystem approach since the new client will be able to use standard clib startup code and will be just a normal program.

As for name of the new program I'm thinking of AmigaBox or AmiBox right now but if anyone has any better ideas I'm open for suggestions.

I'm not really a big fan of the use of Amiga-/Ami- prefix for programs/components in general (AmigaInput and AmiSoundEd come to mind here) but I think using it makes some kind of sense in this case though. Also I'm really bad at coming up with original names for programs.

Go to top
Re: Possible new DropBox-like client for box.com accounts
Quite a regular
Quite a regular


See User information
Dropbox for Amiga is what comes to my mind, but it's a bit wordy. BTW, I hope you are know about the C library, which implements most of the Dropbox API:
https://github.com/Dwii/Dropbox-C

It even uses an Amiga-like taglist system for function arguments :)

This is just like television, only you can see much further.
Go to top
Re: Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
@BSzili

Quote:

BTW, I hope you are know about the C library, which implements most of the Dropbox API:
https://github.com/Dwii/Dropbox-C


This is the first time I hear/read about this.

I thought implementing a DropBox client for AmigaOS was out of the question because the DropBox protocol is (or was at least) not open.

Do you know if this Dropbox-C project is something that is based on official information or if it's reverse engineered and likely to fail as soon as DropBox changes their protocols?

Go to top
Re: Possible new DropBox-like client for box.com accounts
Quite a regular
Quite a regular


See User information
It's a third party library, but I found it on dropbox.com, so it's probably not reverse engineered:
https://www.dropbox.com/developers/core/sdks/other

This is just like television, only you can see much further.
Go to top
Re: Possible new DropBox-like client for box.com accounts
Just popping in
Just popping in


See User information
@BSzili

I've been using it in a project recently, so I can help if you'd like. AFAICR It uses dropbox's older oauth rest api, rather than oauth2, from its libaouth dependency, and it needs jannson's json stuff.

Go to top
Re: Possible new DropBox-like client for box.com accounts
Home away from home
Home away from home


See User information
using my box.net account every day lately so would be awesome if I can access it from my miggy too!

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
@salass00

Quote:
As for name of the new program I'm thinking of AmigaBox or AmiBox right now but if anyone has any better ideas I'm open for suggestions.

I'm not really a big fan of the use of Amiga-/Ami- prefix for programs/components in general
Hmm ... DramBox? (Hic!)

Best regards,

Niels

Go to top
Re: Possible new DropBox-like client for box.com accounts
Home away from home
Home away from home


See User information
@nbache

AmigaBox sounds good to me

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Possible new DropBox-like client for box.com accounts
Quite a regular
Quite a regular


See User information
Or perhaps maybe AmiDropBox... :P

AmigaOS 4.1 FE Update 2 on Sam440ep-flex, 800Mhz, 1GB RAM, Radeon 9250 Resized Image
A1200/040, 2+4MB, external 3.5''HDD / A1200 (spare) / A500+ (sold) / C128 (sold)
http://m4rko.com/AMIGA
Go to top
Re: Possible new DropBox-like client for box.com accounts
Home away from home
Home away from home


See User information
but we're going for a Box client Marko not DropBox

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Possible new DropBox-like client for box.com accounts
Quite a regular
Quite a regular


See User information
@328gts

Ah, oh I see, ok AmiBox or AmigaBox then

AmigaOS 4.1 FE Update 2 on Sam440ep-flex, 800Mhz, 1GB RAM, Radeon 9250 Resized Image
A1200/040, 2+4MB, external 3.5''HDD / A1200 (spare) / A500+ (sold) / C128 (sold)
http://m4rko.com/AMIGA
Go to top
Re: Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
@nbache

Quote:
Hmm ... DramBox?

As a Scotch whisky lover I'd definitely vote for that!


The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top
Re: Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
Current plan after some rethinking is to make a box.com client first and if it's feasible I might extend it to support Dropbox as well in a future version.

The program name should ideally not contain the name "dropbox" (though the word "box" may be used) and be relatively short and easy enough to pronounce.

Suggestions that are under consideration so far:
- AmigaBox (2 votes)
- DramBox (2 votes)

BTW I've already done some preliminary work on the client using "AmigaBox" as the working title for now.

Go to top
Re: Possible new DropBox-like client for box.com accounts
Just can't stay away
Just can't stay away


See User information
Amibox sounds fine :)

Go to top
Re: Possible new DropBox-like client for box.com accounts
Quite a regular
Quite a regular


See User information
@Kicko
I vote for AmigaBox

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project