-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d592b2f
commit 0d6bdef
Showing
13 changed files
with
261 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Compose Deployment" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker"> | ||
<deployment type="docker-compose.yml"> | ||
<settings> | ||
<option name="composeProjectName" value="kadlab" /> | ||
<option name="envFilePath" value="" /> | ||
<option name="removeImagesOnComposeDown" value="ALL" /> | ||
<option name="removeVolumesOnComposeDown" value="true" /> | ||
<option name="commandLineOptions" value="--build" /> | ||
<option name="sourceFilePath" value="docker-compose.yml" /> | ||
</settings> | ||
</deployment> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
<configuration default="false" name="Compose Deployment" type="docker-deploy" factoryName="docker-compose.yml" | ||
server-name="Docker"> | ||
<deployment type="docker-compose.yml"> | ||
<settings> | ||
<option name="composeProjectName" value="kadlab"/> | ||
<option name="envFilePath" value=""/> | ||
<option name="removeImagesOnComposeDown" value="ALL"/> | ||
<option name="removeVolumesOnComposeDown" value="true"/> | ||
<option name="commandLineOptions" value="--build"/> | ||
<option name="sourceFilePath" value="docker-compose.yml"/> | ||
</settings> | ||
</deployment> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Go Test" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="kadlab" /> | ||
<working_directory value="$PROJECT_DIR$" /> | ||
<go_parameters value="-i" /> | ||
<kind value="DIRECTORY" /> | ||
<directory value="$PROJECT_DIR$" /> | ||
<filePath value="$PROJECT_DIR$" /> | ||
<framework value="gotest" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
<configuration default="false" name="Go Test" type="GoTestRunConfiguration" factoryName="Go Test"> | ||
<module name="kadlab"/> | ||
<working_directory value="$PROJECT_DIR$"/> | ||
<go_parameters value="-i"/> | ||
<kind value="DIRECTORY"/> | ||
<directory value="$PROJECT_DIR$"/> | ||
<filePath value="$PROJECT_DIR$"/> | ||
<framework value="gotest"/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Kademlia Laboratory | ||
Go implementation of the Kademlia distributed hash table for the "Mobile and Distributed Computing Systems" course's laboratory at Luleå University of Technology. | ||
|
||
Go implementation of the Kademlia distributed hash table for the "Mobile and Distributed Computing Systems" course's | ||
laboratory at Luleå University of Technology. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters