Search found 656 matches

by jedie
Fri Nov 14, 2014 5:55 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire... -> DWLOAD Server in Python

I started, in a branch, the generate on-the-fly, but not ready yet and no time to finish it, yet:

https://github.com/DWLOAD/DwLoadServer/compare/pyscript
by jedie
Fri Nov 14, 2014 3:37 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire... -> DWLOAD Server in Python

So, now it's useable under windows, too. Not really easy to install, but it's IMHO ok ;) Install Python 3, e.g.: https://www.python.org/downloads/ Download the DWLOAD Server git snapshot from Github: https://github.com/DWLOAD/DwLoadServer/archive/master.zip Extract the Archive somewhere Maybe, adjus...
by jedie
Fri Nov 14, 2014 11:34 am
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire... -> DWLOAD Server in Python

OK, now it's useable... It is platform independent, but its currently many time easier to install it under linux :? I created a python virtualenv bootstrap file, so it's very easy to install it under linux, just: # Download 'boot_dwload_server.py' from github: /home/FooBar$ wget https://raw.githubus...
by jedie
Fri Nov 14, 2014 8:48 am
Forum: Dragon General
Topic: DWLOAD / DWEEB github repro...
Replies: 14
Views: 9385

Re: DWLOAD / DWEEB github repro...

In particular, please don't redistribute the collection of DECB games. I havn't include these files, see EDIT in first post ;) lso, the ones writing and posting the code on the forum are in control and can update posts and attachments as they see fit. I would be more careful about redistributing co...
by jedie
Fri Nov 14, 2014 8:23 am
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire...

Now i think it would be good to implement a DriveWire Server specialy for DWLOAD... That can handle the save file and skip the padding stuff... Don't know how many work will this be... Don't forget DriveWIre4 is open-source so you can also fix these bugs there. But it seems like Aaron is going to f...
by jedie
Thu Nov 13, 2014 12:42 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire...

by jedie
Thu Nov 13, 2014 11:23 am
Forum: Dragon General
Topic: DWLOAD / DWEEB github repro...
Replies: 14
Views: 9385

Re: DWLOAD / DWEEB github repro...

@tormod: Where can i find the sources of the example DWEEB like SAVE, RESAVE ? EDIT: Ah, tormod posted them here: http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=4964&start=10#p12057 But it contains only: date.asm, dosn.asm and save.asm EDIT2: Add them with: https://github.com/DWLOAD/DWL...
by jedie
Thu Nov 13, 2014 10:56 am
Forum: Dragon General
Topic: DWLOAD - DriveWire for everybody
Replies: 62
Views: 59229

Re: DWLOAD - DriveWire for everybody

Thanks for the information and links!
by jedie
Wed Nov 12, 2014 6:03 pm
Forum: Dragon General
Topic: DWLOAD - DriveWire for everybody
Replies: 62
Views: 59229

Re: DWLOAD - HOWTO 1 : DWLOAD in ROM/EPROM (real or Xroar)

tormod wrote:DECB binary, Dragon DOS binary or BASIC files
What format is the AUTOLOAD.DWL ?!?
It's kind of tokinized BASIC with some more meta information... It's a DECB format?

Where can i find the specification of .DWL files?

I would like to have a .DWL<->.BAS (ASCII listing) converter...
by jedie
Wed Nov 12, 2014 1:53 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44375

Re: Drivewire...

OK, file sending works now!!! I create a repro for it: https://github.com/DWLOAD/DwLoadServer I use the github opensource organization: https://github.com/DWLOAD for it, see: http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=4971 (Maybe it makes sence to mege it, if implementation is more ...