Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christ Angga Saputra
IF3230-Tugas-Besar-Sister-2015
Commits
715c6494
Commit
715c6494
authored
Apr 26, 2015
by
Christ Angga Saputra
Browse files
readme files
parent
aa5301cc
Changes
7
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
715c6494
# APPLICATION NAME
# Grand Quest: Distributed Marketplace Application
IF3230 Distributed and Parallel Systems
By:
By:
13512005 Chrestella Stephanie
13512015 Jan Wira Gotama Putra
13512019 Christ Angga Saputra
13512041 Ivana Clairine Irsan
doc/put your doc here
deleted
100644 → 0
View file @
aa5301cc
src/client/README.md
View file @
715c6494
# Client Side
# Client Side
By:
By:
13512005 Chrestella Stephanie
13512015 Jan Wira Gotama Putra
13512019 Christ Angga Saputra
13512041 Ivana Clairine Irsan
## Development Environment
## Development Environment
-
Windows 8.1
-
Netbeans 8
## Requirements
## Requirements
-
-
JRE 1.7 / 1.8
## How to Run
## How to Run
-
-
Please check bin/client folder and open sisterGUI.jar
## Additional Information
## Additional Information
-
-
Have fun! :)
Last Updated:
Last Updated:
26 April 2015
src/server/README.md
View file @
715c6494
# Server Side
# Server Side
By:
By:
13512005 Chrestella Stephanie
13512015 Jan Wira Gotama Putra
13512019 Christ Angga Saputra
13512041 Ivana Clairine Irsan
## Development Environment
## Development Environment
-
Windows 7 SP 1
-
Windows 8.1
-
Python 3.4
-
MongoDB 3
## Requirements
## Requirements
-
-
Please check README.MD at src folder
## How to Run
## How to Run
-
-
python server.py for main server
-
python backupServer.py for backup server
## Additional Information
## Additional Information
-
-
Have fun! :)
Last Updated:
Last Updated:
26 April 2015
src/server/__pycache__/clientHandler.cpython-34.pyc
View file @
715c6494
No preview for this file type
src/server/__pycache__/peerHandler.cpython-34.pyc
View file @
715c6494
No preview for this file type
src/server/server.py
View file @
715c6494
...
@@ -132,11 +132,11 @@ PORT_BACKUP = 5005
...
@@ -132,11 +132,11 @@ PORT_BACKUP = 5005
IP
=
input
(
'Enter your binding IP address (default 127.0.0.1) : '
)
IP
=
input
(
'Enter your binding IP address (default 127.0.0.1) : '
)
PORT
=
input
(
'Enter your binding PORT address (default 5005) : '
)
PORT
=
input
(
'Enter your binding PORT address (default 5005) : '
)
IP_BACKUP
=
input
(
'Enter backup server IP address : '
)
#
IP_BACKUP = input('Enter backup server IP address : ')
PORT_BACKUP
=
input
(
'Enter backup server Port address : '
)
#
PORT_BACKUP = input('Enter backup server Port address : ')
srv
=
Server
(
IP
,
PORT
)
srv
=
Server
(
IP
,
PORT
)
srv
.
connectToBackupServer
(
IP_BACKUP
,
PORT_BACKUP
)
#dapat dihilangkan untuk keperluan testing ivana dan stella...
#
srv.connectToBackupServer(IP_BACKUP, PORT_BACKUP) #dapat dihilangkan untuk keperluan testing ivana dan stella...
while
True
:
while
True
:
srv
.
acceptClientConnection
()
srv
.
acceptClientConnection
()
srv
.
closeSocket
()
srv
.
closeSocket
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment