AbhishekD2424 / EDI_in_Edge_Computing

Created a system to check the Effective Data Integrity in Edge Computing using the Botan library in C++. Created a simple UDP connection that allowed checking the integrity of any shared file by generating unique tags based on the theoretical research paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDI_in_Edge_Computing

Created a system to check the Effective Data Integrity in Edge Computing using the Botan library in C++. Created a simple UDP connection that allowed checking the integrity of any shared file by generating unique tags based on the theoretical research paper, i.e. the 'Efficient_Verification_of_Edge_Data_Integrity_in_Edge_Computing_Environment.pdf' paper uploaded in the repository.

NOTE: READ THE 'makefile' TO RUN THE PROGRAM.

About

Created a system to check the Effective Data Integrity in Edge Computing using the Botan library in C++. Created a simple UDP connection that allowed checking the integrity of any shared file by generating unique tags based on the theoretical research paper.

License:GNU General Public License v3.0


Languages

Language:C++ 95.8%Language:Makefile 4.2%