14 Commits

Author SHA1 Message Date
309eb3f439 Update lib_secure_server.py 1st working file. synchronous encryption to be added. 2020-03-31 15:24:24 -07:00
e0625b87a9 Update app_secure_client.py and lib_secure_server.py WIP 2020-03-30 22:50:13 -07:00
423539f4c7 Update password.txt 2020-03-30 00:00:08 -07:00
baa9c97439 Update app_secure_client.py and lib_secure_server.py WIP 2020-03-29 23:59:36 -07:00
d55f387c8c Update Flowchart.vsd, app_secure_client.py, and 2 more files...Work in Progress 2020-03-29 23:28:41 -07:00
5531da077f Update Flowchart.vsd
app_client_blocking.py - shortening main and other DRY fixes
app_server.py - adding lsock close to cleanup
base line secure socket framework
2020-03-28 19:28:29 -07:00
7d616bd3dc Update app_client_blocking.py - using mutable bytearray type as receiving buffer so that the buffer content can be modified inside a method read_to_buffer for DRY. This is equivalent to passing a reference in C/C++ language. 2020-03-25 00:07:31 -07:00
fb947f9525 Update app_client_blocking.py 2020-03-24 00:50:07 -07:00
2491ef2372 Update app_client.py - added comments 2020-03-23 15:17:22 -07:00
9480903693 Merge branch 'master' of https://51job.familyds.com:3000/cpan/Socket_Programming.git 2020-03-23 01:38:44 -07:00
7ac56db90d Update app_client.py - small modification so that client will quit if init connection cannot be established. TODO - be able to self quit when connection drops in the middle 2020-03-23 01:36:43 -07:00
e9ce317993 Update 'README.md' 2020-03-23 06:38:04 +00:00
efd22a1fb1 Add 'README.md' 2020-03-23 06:35:32 +00:00
a6c558e9a1 Initial commit 2020-03-22 22:24:55 -07:00