Luke Else luke-else
luke-else pushed to master at luke-else/subnet_calculator 2023-04-30 13:16:26 +00:00
aad67836df create_subnet function now works when the CIDR borrows 8 or less bits, need to figure out a way to have it so that we can modify the other octest sequentially
luke-else pushed to master at luke-else/subnet_calculator 2023-04-27 22:28:38 +00:00
2dcbd405e4 First draft of subnet generation function. Still not complete, does overflow but I believe it is only small logic changes
luke-else opened issue luke-else/subnet_calculator#1 2023-04-27 21:24:08 +00:00
Addition / XOR of IP addresses
luke-else pushed to master at luke-else/subnet_calculator 2023-04-26 20:44:20 +00:00
cf35765cb4 Further itterations on create_subnet function and relevant tests
luke-else pushed to master at luke-else/subnet_calculator 2023-04-26 20:19:40 +00:00
6fafa97d61 Made alterations to functions using IP to make it use new functions
luke-else pushed to master at luke-else/subnet_calculator 2023-04-25 20:45:46 +00:00
d0da5f587f Removed create_subnet function because of incorrect implementation, required network class to be take into account. Added network class and relevant tests
luke-else pushed to master at luke-else/subnet_calculator 2023-04-25 19:16:33 +00:00
44bafbd0e6 Fnal upload of subnet_calculator before re-write
luke-else pushed to master at luke-else/subnet_calculator 2023-04-24 16:46:01 +00:00
7f8f2a41fe Corrected use of bitwise or in place of exponent operation
luke-else pushed to master at luke-else/subnet_calculator 2023-04-20 21:30:36 +00:00
ee116523d8 Started testing create_subnet function. Still WIP!!!
luke-else pushed to master at luke-else/subnet_calculator 2023-04-20 20:57:53 +00:00
45c5227a19 removed mutability of test variable that is not needed.
luke-else pushed to master at luke-else/subnet_calculator 2023-04-20 20:42:16 +00:00
3b4a5ce285 Added to_arr and from_arr methods to IpAddr
luke-else pushed to master at luke-else/subnet_calculator 2023-04-18 19:40:57 +00:00
7d61265f08 Added useful comments to outline create_subnet function
luke-else pushed to master at luke-else/subnet_calculator 2023-04-17 16:24:37 +00:00
e1a978cb1f Added new functionality to Network and changed error handling to be a single enum. create_subnet() is still WIP
luke-else pushed to master at luke-else/subnet_calculator 2023-04-10 10:13:39 +00:00
a067a3e349 Created new errors for CIDR / Subnet mask generation
luke-else pushed to master at luke-else/subnet_calculator 2023-04-09 09:07:18 +00:00
d1d4bc02ca Added function to convert CIDR to subnet mask
luke-else pushed to main at luke-else/egui-template 2023-03-21 21:40:39 +00:00
07c1cb9ad5 Created egui template application
luke-else created repository luke-else/egui-template 2023-03-21 21:35:12 +00:00
luke-else pushed to main at luke-else/.config 2023-03-16 22:42:34 +00:00
0f5feecc3b Removed rust-tools as it creates too many conflicts
luke-else pushed to main at luke-else/.config 2023-03-16 22:40:05 +00:00
6e8e93d294 Removed rust-tools as it creates too many conflicts
luke-else pushed to main at luke-else/.config 2023-03-16 22:35:26 +00:00
5a829bed08 Trying inlay hints with lsp