OneSwarm
OneSwarm copied to clipboard
Privacy preserving peer-to-peer data sharing
I'm not sure, but here's the console output: ``` ts2@linux-0fiz:~/tmp/xx9/xx/ff/OneSwarm$ nice -n20 ant Buildfile: /opt/2dot7TiB_k8vaketas/ts2/mittevarundatav/_home/tmp/xx9/xx/ff/OneSwarm/build.xml [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found. BUILD FAILED...
Flac files are currently not recognized as audio files and do not appear under the audio tab in the main menu. thanks!
Would it be an elegant solution, if author or anyone here who know how to build, please release a clean linux VM image that successfully builds oneswarm? As mentioned in...
I can't successfully follow the Ubuntu build instructions on the wiki, on Ubuntu 12.10. None of the ant1.8 packages exist. Ant 1.8 is the normal Ant on 12.10, so those...
The Xvfb trick to get oneswarm running works, but I am on the impression that it doesn't automatically rescan for new files, it seems that this action is triggered by...
Nat check requires the update server to issue a separate request back to the client. Appengine has no raw sockets so to make this work we need to set up...
My roommate and I have both installed OneSwarm and added each other through the local network. We then transferred a big file and noticed that if the sender set his...
org.gudy.azureus2.plugins.ipc.IPCException: java.lang.reflect.InvocationTargetException at org.gudy.azureus2.pluginsimpl.local.ipc.IPCInterfaceImpl.invoke(IPCInterfaceImpl.java:131) at edu.washington.cs.oneswarm.ui.gwt.F2FInterface.getSearchResult(F2FInterface.java:485) at edu.washington.cs.oneswarm.test.util.TorrentExperimentFunctions.downloadAndStart(TorrentExperimentFunctions.java:274) at edu.washington.cs.oneswarm.test.integration.DefaultSettingsTest.testDownloadFile(DefaultSettingsTest.java:146) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at...
Running a headless server with oneswarm is tedious right now (Xfvb trick etc.) To really be able to use oneswarm, it should be possible to run a low-memory usage daemon...
Enforce the use of TLS 1.2 with key exchange with forward secrecy. Notes: http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#AlgorithmConstraints http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#SSLContext http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#SSLParameters http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#DisabledAlgorithms ECDHE_RSA for keyex is good but any DH or DHE RSA should do...