Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TsingLoo committed Jan 25, 2022
1 parent 2f87c89 commit 2979a9a
Show file tree
Hide file tree
Showing 31 changed files with 23 additions and 941 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Lab3.py

This file was deleted.

2 changes: 0 additions & 2 deletions Lesson1.txt

This file was deleted.

4 changes: 0 additions & 4 deletions OOPpractice.py

This file was deleted.

26 changes: 0 additions & 26 deletions TCPclient.py

This file was deleted.

26 changes: 0 additions & 26 deletions TCPserver.py

This file was deleted.

26 changes: 0 additions & 26 deletions UDPclient.py

This file was deleted.

25 changes: 0 additions & 25 deletions UDPserver.py

This file was deleted.

1 change: 0 additions & 1 deletion dest.txt

This file was deleted.

40 changes: 0 additions & 40 deletions jingyan_frame.spec

This file was deleted.

1 change: 0 additions & 1 deletion listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def listener_fun(peer_ip_address):
while True:
connection,addr = sock0.accept()
config.peer_online = True
print("My peer connects me! He is" , peer_ip_address)
config.old_file_dict = {}
#sock0.close()

Expand Down
3 changes: 0 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
sock.connect((peer_ip_address, config.port0))
#Once the connection is built, the 'config.peer_online' will be marked as True, which means the host gets his peer right now
config.peer_online = True

print("I have connected my peer! He is " , peer_ip_address)

#'config.old_file_dict' is cleared, which means the memory of scanner is cleared, each file in share will be marked as a change
config.old_file_dict = {}

Expand Down
38 changes: 0 additions & 38 deletions mi.py

This file was deleted.

85 changes: 0 additions & 85 deletions postfixModifier.py

This file was deleted.

40 changes: 0 additions & 40 deletions postfixModifier.spec

This file was deleted.

12 changes: 0 additions & 12 deletions pullup.py

This file was deleted.

Loading

0 comments on commit 2979a9a

Please sign in to comment.