| | # 1 |
| Urgestein Registriert seit: 03.05.2004 Ort: netzwelt, Eingangshalle
Beiträge: 2.726
| Teile und herrsche - Dateisplitter im rechtlosen Raum Illegaler Datentausch über das Internet ist und bleibt riskant. Viele Nutzer wechseln deshalb auf anonyme Tauschbörsen, um ihre Identität zu verschleiern. Einen vollkommen anderen Ansatz verfolgt das Projekt OFF System: Hochgeladene Dateien werden in viele kleine Blöcke geteilt und mit anderen Informationen gemischt, sodass auf diese Zufallsblöcke kein Anspruch auf Urheberrecht mehr besteht. Lesen Sie den ganzen Artikel » Diskussion zu: OFF System: Anonymes Filesharing, aber anders |
|
| | # -- |
| netzwelt.de | |
| | # 4 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Vor kurzen ist die OFF Version 0.17.13 erschienen... OFF läuft übrigens auch unter Windows Vista, dass wurde von euch nicht angegeben. Download der aktuellen OFF-Version unter: https://sourceforge.net/project/show...group_id=96735 Gruß ContractSlayer |
|
| | # 6 | |
| Registriert seit: 11.06.2007
Beiträge: 64
| Die Boardies von Planetpeer die sich ausschließlich mit anonymen P2P-Netzwerken beschäftigen (haben auch das StealthNet bzw. das Rshare-Netzwerk entwickelt). Sind, soweit ich mitbekommen habe auch von OFF überzeugt. Hier poste ich dir mal eine Erläuterung über OFF. Diese stammt von einen erfahrenen Planetpeer Boardie der sich mit OFF beschäftigt. Zitat:
Deutsch: OFF (deutsch) Englisch: OFF Es gibt mittlerweile auch schon ein Forum auf anonymen Webspace (mit StealthNet zusammen). In diesen werden unteranderem auch Dateien zum Download angeboten. Dort kann man aber auch Dateien veröffentlichen die man selber in das OFF-Netzwerk gestellt/verteilt hat. Wer an diesen Forum Interesse hat, einfach mal eine privater Mail an mich schicken. | |
|
| | # 7 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Neue OFF Version: Changes: 0.18.01 Responses to nodelist requests no longer need to make a copy of the main nodelist. Fixed bug where the settings for Disable Cache Trimming and Show Node Speeds would get confused with each other of config read. Moved the read and write threads out of the OFFCnxnPool Class. Pool close msgs, sent on shutdown, are now sent to all pool nodes simultaneously. Implemented a list+updates method for the download block request list and removed the unneeded mutex lock from this list since it is now only accessed from the ACH thread. Implemented Novice, Expert and Developer GUI modes. These can be switched from the new Autopilot menu. We will probably end up moving stuff between these modes over the next few versions as and when the majority of users express their preferences. Also most changes can still be made independently of mode from the specific display options. For now the following options have been changed: Specific store types in the toolbar menu : only shown in Dev mode. Local URLs, Map submenu : not shown in Novice mode. Local URLs, Tag options : not shown in Novice mode. Local URLs, Repair options : not shown in Novice mode. Local URLs, Keys submenu : not shown in Novice mode. Known Nodes, Authorise/Score options : not shown in Novice mode. Known Nodes, Ping, Ask Nodelist : not shown in Novice mode. Known Nodes, Change Port : not shown in Novice mode. Advanced Security tab : only shown in Dev mode. File Menu, specific store types : only shown in Dev mode. File Menu, Check Cache : not shown in Novice mode. File Menu, Import Blocks : not shown in Novice mode. File Menu, Configure Cache Locations : only shown in Dev mode. File Menu, View Relayed Searches : not shown in Novice mode. File Menu, View Local Blocks : only shown in Dev mode. File Menu, Import/Export Nodelist : not shown in Novice mode. View Menu, tooltip options : not shown in Novice mode. View Menu, Import/Export Colour Scheme : not shown in Novice mode. View Menu, Toggle ListCtrl Lines : not shown in Novice mode. View Menu, histogram print options : only shown in Dev mode. Panel Menu : panel lock options : not shown in Novice mode. NOTE: the default setting is Novice Mode, so if your favourite obscure option is missing on upgrade please try changing the GUI mode. ![]() Further suggestions of which option should be shown in which mode are welcome. Added an option to minimise timed gui updates, under the AutoPilot menu. Enabling this option will: i) turn off display of node speeds. ii) turn off auto sorting of lists (note: re-enabling will not turn auto sorting back on - because it is still such a frigging pain) iii) turn off display of node current and total uptimes. iv) turn off ages and ETAs of downloads v) turn off URL ages iv) turn off the display of used upload and download slots Other updates will probably be included in this option later. The purpose of this option is for nodes reported to use too much CPU while idling on some platforms, if this is the case try enabling this option and check if CPU use is reduced. Fixed memory leak when loading of a download fails to load due to an error in the save file. Implemented Reed-Solomon codes for creating redundancy blocks. The order of the file blocks when the RS calculation is performed is as follows: blocks are divided into 256 lists and are added in the order in which they appear in the insert to the head of the list corresponding to the first byte in the block name. If a block is already in the list it is not added. The lists are then concatenated sequentially 00-ff to get the list of blocks used in the RS calculation. This somewhat complex procedure is motivated by the fact that we cannot really allow repeated blocks in the RS system because when such blocks go missing they will appear to be more than one erasure and the system may appear to be insoluble when in fact it is not. The RS system should thus contain only the unique blocks in the insert. Placed a ceiling of 500 on the number of Reed-Solomon blocks no matter the size of the insert, usually this number will be the number of 128k sections of the stored file divided by 5. Reed-Solomon blocks are inserted into the cache just as the file datablocks are. The tuples of these inserts are written into the descriptor after the hashmap tuple - which may involve additional daisy-chaining if the data tuples finish near the end of a descriptor block. The number of Reed-Solomon blocks in an insert is stored in the field before the version in the URL of that insert. The reason for this positioning is so that previous client versions will not notice the extra field and be emotionally distressed by it. Reed-Solomon encoding is only done for inserts with 5 file tuples or more (files >512k) to reduce the chance of deterministic blocks resulting from the RS block insertions. Larger tuples may be used for smaller files later, but for now RS is not done for such files. Listing inserts in Local URLs, now shows the RS blocks. Distributing a URL now also distributes the RS blocks. Any missing Reed-Solomon blocks can now be recovered given a completed download. (Actually recovering file blocks given the requisite number of RS blocks is not coded yet.) NOTE: A number of unsolved problems remain in the Reede-Solomon implementation so it will not be available for a few versions. Some of the above entries may become outdated as development continues. Fixed double mutex datarace when pool cnxns are removed, this could cause deadlocks and possibly crashes. Fixed crasher when large inserts were listed. Seemed to be a problem with posting too many gui events to quickly (as each log message posts an event) and the fix was to add log msgs as normal but only post an event to display them on the last block of each tuple. This fixed the crash locally, but some testing in the wild is recommended. Fixed overrun crasher for mime types longer than 40 bytes, mime types longer than 128 bytes will now be truncated. (This crasher was discovered when inserting Open Office files - thanks go to the planetpeer user who reported it.) Added a few more tool tips - thanks go to the kindly contributor who wrote them Fixed GTK critical on targetted store, wxW did not seem to like the file selector dialog using the target window as a parent. Fixed memory leaks of store file paths and arg structs on store. Fixed memory leak on import blocks. The BlockCache object now keeps head and tail pointers to each blocklist. This the lists to be srched faster for blocks by starting at the end closest to the block (since lists are in Ham order). This should reduce CPU usage for large caches. Download: https://sourceforge.net/project/show...group_id=96735 |
|
| | # 8 |
| Gastposter | Derzeit neueste Version: 0.18.12 Changes: Download preview is now greyed out if the descriptors are not yet present. Block request records are now stored in an STL map class instead of a hand-rolled linked list. When a pool cnxn is deleted, any current reads from that cnxn are manually cancelled instead of waiting for the error handler to pick it up. This seems to fix an occasional crasher. Relayed block reqs now time out after their first request round. This should speed up the turnover of the relayed reqs and allow more accessible blocks to get home. The bucket radius should now be more responsive to manual changes in the bucket size. Fixed bug in preferences dialog where the browse buttons for the retrieve and autostore dirs would update the paths immediately instead of waiting for Apply/OK and also would update only the config tabs text boxes. URLs can now be copied to the clipboard from the downloads tab. Blocks no longer keep a record of their local age, this saves roughly 10% on the RAM use of the cache database and provides a little extra security. Implemented a pointer map class (PtrMap) which encapsulates the STL map class for pointers using an integer key. This will be used to increase the lookup speed for various core data structures which are accessed via an ID integer. Currently uses void pointers, could become a template class once I get smart enough. Ptrs to nodes in the main nodelist are now stored in a PtrMap object in addition to the actual linked list (since the list is maintained in Ham order and STL map has it's own internal ordering). Bandwidth sums for nodes are now kept in a PtrMap class, this is the only container for these objects. The mutex lock on the node bandwidth sums has been removed as all access is now by the ACH thread. Downloads are now maintained in priority order, this means the download manager will attend to higher priority downloads first. Priority is determined firstly by the manual priority set by the user in the download list and then by the number of needed blocks, with downloads requiring fewer blocks getting higher priority (this will pick out those dls requiring descriptors and with only a few blocks left to obtain). This ordering may not make that much difference right now, but is a precursor to altering the dl algorithms so that is does!) Pointers to downloads are now also stored in a PtrMap class, in addition to the linked list which is now maintained in priority order. Fixed bug where the empty nodelist dialog would open falsely on first startup because the ACH thread had not gotten around to adding the nodes from the initial URLs yet. Download: https://sourceforge.net/project/show...group_id=96735 |
|
| | # 9 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Hallo Netzwelt, könnt ihr eure OFF Version nicht aktualisieren? Die OFF Version 0.17.10 die ihr hier zum Download anbietet ist ja wirklich schon sehr alt. Gerade wichtige Einstellungen wie z.B. die integrierte deutsche Sprachdatei, das Dispersing resuming, verbesserten OFF Themen oder die Automatische Update Benachrichtigung sobald es eine neue OFF Version zum Download gibt, sind nicht in eurer Dl. Version erhalten. Desweiteren wurden auch noch etliche Bugs beseitigt sowie der Datentransfer verbessert! Die aktuelle OFF Version kann man hier runterladen: OFFSYSTEM: Owner Free File System - Deutsch Danke! ContractSlayer |
|
| | # 10 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Hallöchen Netzwelt, ratet mal warum ich hier mal wieder poste Richtig! Es wird so langsam wieder Zeit eine aktuelle OFF Version den Netzwelt Boardies zu Verfügung zu stellen. Die OFF Version 0.19.08 die ihr hier zu Verfügung stellt, gehört durch die schnelle Weiterentwicklung von OFF (dank des fleißigen Entwicklungsteam) wieder zum alten Eisen. Mittlerweile gibt es schon die OFF Version 0.19.14! Somit wurde OFF seit der Version 0.19.08, sechs mal verbessert! Es gibt wieder einige neue und wichtige Feature wie z.B. das verbesserte neue Block Protokoll. Dadurch werden endlich auch die letzten Blöcke einer fast fertigen Download Datei schnell gefunden. Seither hatte OFF immer das Problem, dass der Download bis etwa 99% ziemlich schnell ging, jedoch hat es ab 99.xx% oft Ewigkeiten gedauert bis die letzten Blöcke einer Download Datei gefunden wurden. Dieser Fehler war auch als 99.xx% Problem bekannt. Des weiteren wurde die integrierte deutsche Sprachdatei verbessert (mehrere OFF Optionen waren zum Teil noch auf Englisch) und es wurden wieder einige Bugs beseitigt sowie Optimierungen am Datentransfer und der Bedienung durchgeführt. Diese und alle anderen Verbesserungen könnt ihr ja in den Changelist nachlesen. Die aktuelle OFF Version 0.19.14 gibt es hier zum Download: http://sourceforge.net/project/showf...group_id=96735 Vielen Dank! ContractSlayer |
|
| | # 11 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Hi Netzwelt, mittlerweile gibt es die OFF Version 0.19.19 zum download. Die Verbesserungen sowie den Download der aktuellen OFF Version findet ihr unter: https://sourceforge.net/project/show...group_id=96735 Das Netzwerk hat übrigens stark an Benutzer zugenommen. Vor 1-2 Wochen hatte das Netzwerk gerade mal 30-50 Nutzer. Mittlerweile sind meistens 80-110 Nodes (Benutzer) online. Dieser Zuwachs an Benutzer bewirkt sich nicht nur auf das Datei Angebot positiv aus, sondern auch auf den Datentransfer des OFF Netzwerkes. Weil das OFF Netzwerk mit steigender Nutzeranzahl auch besser/schneller arbeitet. Thanks ContractSlayer |
|
| | # 12 |
| Registriert seit: 11.06.2007
Beiträge: 64
| Hi Netzwelt, mittlerweile gibt es die OFF Version 0.19.19 zum Download. Die Verbesserungen sowie den Download der aktuellen OFF Version findet ihr unter: https://sourceforge.net/project/show...group_id=96735 Das Netzwerk hat übrigens stark an Benutzer zugenommen. Vor 1-2 Wochen hatte das Netzwerk gerade mal 30-50 Nutzer. Mittlerweile sind meistens 80-110 Nodes (Benutzer) online. Dieser Zuwachs an Benutzer bewirkt sich nicht nur auf das Datei Angebot positiv aus, sondern auch auf den Datentransfer des OFF Netzwerkes. Da ja das OFF Netzwerk mit steigender Nutzeranzahl auch besser bzw. schneller arbeitet. Hätte da auch noch eine Frage! Könntet ihr denn die alten OFF Themen Bilder, auf eurer Seite nicht durch neue ersetzen? Die alten OFF Theme Bilder sehen echt zum abschrecken aus! Die OFF Themen sind mittlerweile auch wesentlich schöner geworden! Schaut doch mal hier: http://offsystem.sourceforge.net/de_index.html Thanks ContractSlayer |
|
| | # -- |
| News Flash | Das könnte Dich auch noch interessieren:
Nicht fündig geworden? Dann ohne Anmeldung in unserem Gast-Forum nachfragen. |
| | # -- |
| netzwelt.de | |







