Advertisement
IoT_Chain

IoT Chain Offical Annoucement

Jan 21st, 2018
1,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. IoT Chain’s integration of blockchain technology is one of a kind. To discourage copycats and maintain our competitive advantage, we are waiting for the completion of the test net to release the source code to GitHub. We feel this decision is justified and will prove that we are the original creator of this technology.
  2. Our yellow paper is indeed in progress and will be released soon. It is new and not the “ITC项目设计方案_v0.1.docx" document found on GitHub.
  3. Regarding the code from Markov’s project, we believe “mcmc” is a good algorithm. We initially planned to use some of the open source code found in “mc.c/h”, “pdflib.c/h”, and “rnglib.c/h”. We stored this inside the folder “src” so that we may refer to it if needed. We later decided it was not a good fit for our project and never called it when developing the ITC Demo. We apologize for the confusion and will ensure we clarify and document the use of all code in the future.
  4. We acknowledge and apologize for the removal of the LGPL licensing information from “dream”, “rnglib”, and “pdflib”, found at http://people.sc.fsu.edu/~jburkardt/c_src. Admittedly, we did not realize the licensing information had to be kept intact for this open source project. Though we no longer are using these documents, we have restored the licensing information and reached out to John Burkardt to offer our sincere apologies Line 64-97,
  5.  
  6. We thank you for your kind advice. You must also be an engineer and as such, will appreciate what we are trying to accomplish.
  7.  
  8. IoT Chain is working to connect a large variety of IoT devices, many of which have a limited hardware configuration in the order of a 10-100MHz CPU, 100KB of internal storage, and KBs of data transmission. Embedded programming is nothing like coding standard PC or mobile applications; code has to be incredibly precise to achieve the outcome.
  9.  
  10. Contrary to claims, our code far exceeds a few thousand lines. However, every day we face challenges of balancing optimization and implement ability with performance and storage. We have refined our code numerous times and even replaced OpenSSL with our own RSA optimization algorithm. We could write millions of lines of code, but it would be meaningless if it could not be stored on the limited capacity of IoT devices. Gorge Hotz wrote code for an autonomous car in just 2,000 lines. We too aim to be the concise compiler.
  11.  
  12. As developers, we want everyone to see the complete source code for our project. We are waiting to release the full source until after the test net is launched, however, we provided some early code on GitHub to give investors an idea of what our project is working to achieve. While it is only a simulation of IoT Chain, it can also be revised and easily installed on to chips. It can also be used to validate the data as a C-model, which is common in embedded programming.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement