From 02ca81fb8277af1b8b63890bb0ac6f89340b9352 Mon Sep 17 00:00:00 2001 From: Chirag Ghosh Date: Sun, 26 Nov 2023 19:48:49 +0530 Subject: [PATCH] docs: add readme and all sorts of other stuff --- .github/CODE_OF_CONDUCT.md | 128 ++++ .github/CONTRIBUTING.md | 13 + .github/ISSUE_TEMPLATE/bug_report.md | 38 ++ .github/ISSUE_TEMPLATE/custom.md | 10 + .github/ISSUE_TEMPLATE/feature_request.md | 20 + .github/SECURITY.md | 39 ++ .github/pull_request_template.md | 38 ++ .gitignore | 4 + LICENSE | 674 ++++++++++++++++++++++ README.md | 201 +++++++ screenshot.png | Bin 0 -> 18414 bytes whois.png | Bin 0 -> 97436 bytes 12 files changed, 1165 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/SECURITY.md create mode 100644 .github/pull_request_template.md create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 screenshot.png create mode 100644 whois.png diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..aa76813 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,128 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity +and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our +community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +* Focusing on what is best not just for us as individuals, but for the + overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or + advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email + address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for moderation +decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail address, +posting via an official social media account, or acting as an appointed +representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +https://bit.ly/metakgp-slack. +All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series +of actions. + +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or +permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within +the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by [Mozilla's code of conduct +enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..67d9212 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,13 @@ + +## Contributing + +Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. + +If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". +Don't forget to give the project a star! Thanks again! + +1. Fork the Project +2. Create your Feature Branch (`git checkout -b feature`) +3. Commit your Changes (`git commit -m 'Add some newFeature'`) +4. Push to the Branch (`git push origin feature`) +5. Open a Pull Request diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..92e3337 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,39 @@ +# Security Policy + +## Reporting a Vulnerability + +If you have discovered a vulnerability within the project, we sincerely appreciate your efforts in helping us maintain a secure system. We take security concerns seriously and encourage you to report any potential vulnerabilities promptly. This section will guide you on how to report a vulnerability and what you can expect during the process. + +### Reporting Process + +To report a vulnerability, please follow these steps: + +1. **Create an Issue**: Go to the project's GitHub repository and create a new issue. Please provide a clear and concise title that reflects the nature of the vulnerability. + +2. **Include Details**: In the issue description, please provide us with a detailed explanation of the vulnerability. It would be immensely helpful if you could include steps to reproduce the issue, relevant code snippets, and any additional information that can assist us in understanding and addressing the problem effectively. + +3. **Contact Information**: Don't forget to include your contact information (preferably an email address) so that we can reach out to you for further clarification or updates regarding the reported vulnerability. + +### Response and Update + +Once you have reported a vulnerability, we will promptly review the issue and respond to you within a reasonable timeframe. We aim to acknowledge the report within **4 business days** and provide an initial assessment of the vulnerability's severity. + +### Vulnerability Assessment + +After receiving your vulnerability report, we will conduct a thorough assessment to determine its validity and severity. We may request additional information or clarifications from you during this process to ensure a comprehensive evaluation. + +### Acceptance or Decline + +If the vulnerability is accepted, we will take appropriate measures to address and fix the issue. We will provide you with expected timelines for resolving the vulnerability. + +In case the vulnerability is deemed outside the scope of the project or does not pose a significant risk, it may be declined. We will provide a clear explanation for our decision and any recommended actions, if applicable. + +### Public Disclosure + +To ensure the safety and security of our users, we kindly request that you refrain from publicly disclosing the vulnerability until we have had sufficient time to address it. We strive to resolve vulnerabilities in a timely manner and appreciate your cooperation in maintaining responsible security practices. + +### Recognition + +We deeply value the contributions of the security community, and we are open to recognizing individuals who responsibly report vulnerabilities. If you would like to be credited for your discovery, please let us know when submitting the report. + +Thank you for helping us improve the security of the project. We genuinely appreciate your support in making our software safer for everyone. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..d884663 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + +- [ ] Test A +- [ ] Test B + +**Test Configuration**: +* Firmware version: +* Hardware: +* Toolchain: +* SDK: + +# Checklist: + +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes +- [ ] Any dependent changes have been merged and published in downstream modules diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..967d1c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Garbage & not required config files +.DS_Store +.vscode +node-modules/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfaa206 --- /dev/null +++ b/README.md @@ -0,0 +1,201 @@ +
+ + + +
+ +[![Contributors][contributors-shield]][contributors-url] +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![Issues][issues-shield]][issues-url] +[![MIT License][license-shield]][license-url] +[![Wiki][wiki-shield]][wiki-url] + +
+ + +
+ +
+ + image + + +

Heimdall

+ +

+ + The network checker for IIT KGP +
+ Report Bug + · + Request Feature +

+
+ + +
+Table of Contents + +- [About The Project](#about-the-project) + - [Supports](#supports) +- [Getting Started](#getting-started) + - [Prerequisites](#prerequisites) + - [Installation](#installation) +- [Usage](#usage) +- [Maintainer(s)](#maintainers) +- [Contact](#contact) +- [Additional documentation](#additional-documentation) + +
+ + + +## About The Project + + + + +_Heimdall checkes the client's IP to check whether the request has originated from inside IIT Kharagpur network. This helps to ascertain if the client is a current member of the institute and should have access to certain information._ + +

(back to top)

+ +
+ +### Supports: + + + +1. Shells + - `bash` + - `zsh` +2. OS(s) + - any `*nix`[`GNU+Linux` and `Unix`] + +

(back to top)

+ +## Getting Started + +To set up a local instance of the application, follow the steps below. + +### Prerequisites + +The following dependencies are required to be installed for the project to function properly: + + + +- [go](https://go.dev/) + +

(back to top)

+ +### Installation + +_Now that the environment has been set up and configured to properly compile and run the project, the next step is to install and configure the project locally on your system._ + + + +1. Clone the repository + ```sh + git clone https://github.com/metakgp/heimdall.git + ``` +2. Install dependencies + ```sh + cd ./heimdall + go mod download + ``` +3. Execute the script + ```sh + go run main.go + ``` + +

(back to top)

+ + + +## How does this work? + + + +IIT Kharagpur has it's own internal campus network which is the primary source of internet for it's students, staff and faculty. + +For connection to the outside network (normal internet services), it uses a [NAT Gateway](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html) which handles all requests going outside. While doing so, the client IP address in those requests are changed from the internal IP to any one of the pool of public IP addresses assigned to IIT Kharagpur. + +So, to check whether a request has originated from inside IIT Kharagpur network, we just check whether the client's IP address belongs to one of those public IPs. + +While just doing this would have sufficed, we donot know whether these Public IPs are permanent or are they subject to change over time. We therefore do a Whois lookup of the IP address and check it's response to decide whether this IP address belongs to IIT Kharagpur. A screenshot of such a Whois lookup is shown below. + +
+ + image + + + _For complete Whois information check [here](https://whois.domaintools.com/203.110.242.30)._ +
+ +

(back to top)

+ +All this time you might be wondering why do you need a different server to just check this. Can't we do this in any project where such a feature is required? + +Well yes. Provided it has a backend server. This cannot be done in the frontend because the Web Browser does not provide the IP information to the Javascript engine. So for the projects which donot need a backend, like [Chillzone](https://github.com/metakgp/chillzone) or [ERP Auto Login](https://github.com/metakgp/iitkgp-erp-auto-login), this simple API call can do the required work. + +## Maintainer(s) + + + +- [Chirag Ghosh](https://github.com/chirag-ghosh) + +

(back to top)

+ +## Contact + +

+📫 Metakgp - + + Metakgp's slack invite + + + Metakgp's email + + + metakgp's Facebook + + + metakgp's LinkedIn + + + metakgp's Twitter + + + metakgp's Instagram + +

+ +

(back to top)

+ +## Additional documentation + +- [License](/LICENSE) +- [Code of Conduct](/.github/CODE_OF_CONDUCT.md) +- [Security Policy](/.github/SECURITY.md) +- [Contribution Guidelines](/.github/CONTRIBUTING.md) + +

(back to top)

+ + + +[contributors-shield]: https://img.shields.io/github/contributors/metakgp/heimdall.svg?style=for-the-badge +[contributors-url]: https://github.com/metakgp/heimdall/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/metakgp/heimdall.svg?style=for-the-badge +[forks-url]: https://github.com/metakgp/heimdall/network/members +[stars-shield]: https://img.shields.io/github/stars/metakgp/heimdall.svg?style=for-the-badge +[stars-url]: https://github.com/metakgp/heimdall/stargazers +[issues-shield]: https://img.shields.io/github/issues/metakgp/heimdall.svg?style=for-the-badge +[issues-url]: https://github.com/metakgp/heimdall/issues +[license-shield]: https://img.shields.io/github/license/metakgp/heimdall.svg?style=for-the-badge +[license-url]: https://github.com/metakgp/heimdall/blob/master/LICENSE +[wiki-shield]: https://custom-icon-badges.demolab.com/badge/metakgp_wiki-grey?logo=metakgp_logo&style=for-the-badge +[wiki-url]: https://wiki.metakgp.org diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..7950bd51849582934104f0425a88ffade7d1d4c4 GIT binary patch literal 18414 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 literal 0 HcmV?d00001 diff --git a/whois.png b/whois.png new file mode 100644 index 0000000000000000000000000000000000000000..d00e49b5ac22c542f1aada0ea883e40b9218a306 GIT binary patch literal 97436 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๯m&3kiW+jYw_{{5`$FGTXOi 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
  • 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 literal 0 HcmV?d00001