Commit Graph

  • 5c74e7a811 Added data for repo main hornet 2021-12-06 10:49:04 -0500
  • 85d9e6dd2c Added citation file hornet 2021-12-02 10:16:34 -0500
  • 46c75d1c17 Fixed hub file writing hornet 2021-12-02 10:01:08 -0500
  • 39b29a30c6 Added hub timer hornet 2021-12-01 00:35:30 -0500
  • d5e893e139 Edited requirements document. hornet 2021-11-28 14:11:42 -0500
  • a85b08f050
    Feature/py iot (#4) hornet 2021-11-28 19:00:46 +0000
  • 5d0a26ca7e
    Moved a bunch of files (#3) hornet 2021-11-16 01:02:14 +0000
  • 845b6f2a42
    Merge pull request #1 from hornetfighter515/feature/py-hub hornet 2021-11-11 19:18:13 +0000
  • 16c2c6f8a9
    Merge pull request #2 from hornetfighter515/feature/py-cli hornet 2021-11-11 17:41:31 +0000
  • e8d230b31a Now loads config from YAMl hornet 2021-11-09 15:14:06 -0500
  • 4760930c4f Add test config hornet 2021-11-09 14:58:41 -0500
  • 515a0a0253 Merge branch 'feature/py-cli' of github.com:hornetfighter515/dist-iot-net into feature/py-cli hornet 2021-11-09 14:36:56 -0500
  • f8edfdbd3b Deleted test files hornet 2021-11-09 14:36:37 -0500
  • 3d8db78895
    Delete bob.py Lachezar 2021-11-09 14:36:13 -0500
  • d7cc314ffe
    Delete alice.py Lachezar 2021-11-09 14:36:03 -0500
  • 83ffa9bd49 Added hub code hornet 2021-11-09 14:26:54 -0500
  • 6ec668d7a4 Added client code hornet 2021-11-09 14:24:58 -0500
  • 954550408d Forgot to add some files that were in the parent directory Lachezar Todorov 2021-10-19 14:14:22 -0400
  • 9a4225751a Made bare bone server that runs. Looking to add proper login and logout functions that users will use to connect and disconnect with the server. Lachezar Todorov 2021-10-19 14:13:08 -0400
  • bdd2c0f91d Writing test websocket client hornet 2021-10-19 14:08:05 -0400
  • 9bd87725d3 Made some improvements to the readability of the code and changed it to that Bob just prints the decrypted message rather than sending it to Alice to print it Lachezar Todorov 2021-10-17 18:15:12 -0400
  • b9cf6dc6b5 Made Alice and Bob classes. Alice encrypts a message and sends it to Bob, who decrypts the message and should print the plaintext to show he decrypted it. However, that is not the case. Lachezar Todorov 2021-10-17 17:38:16 -0400
  • 2b1f25e131 Took the encrypt_decrypt class and changed it to a class with functions. Added in alice.py and bob.py. The idea is that from main.py, Alice is called and encrypts then sends a message, while Bob receives the message and decrypts it. At some point the after Bob decrypts it the plaintext should be printed to show that Bob did it successfully, however nothing gets printed at the moment. Lachezar 2021-10-17 04:16:54 -0400
  • f98c630ea2 Added in URL to where I found information on the rsa library and the functions used to encrypt and decrypt. Lachezar Todorov 2021-10-16 13:10:11 -0400
  • 33256b73a7 Created a new file that encrypts and decrypts a message using the rsa library. Note: make sure to install the rsa library before using the following code. Lachezar Todorov 2021-10-16 12:55:00 -0400
  • 2e47014923 Adding python client directory hornet 2021-10-16 12:16:37 -0400
  • a0d9557e0d
    Update README.md hornet 2021-10-14 13:29:34 -0400
  • d0665ac5de
    Initial commit hornet 2021-10-14 13:21:55 -0400