Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
just wondering if anyone has successfully used the Intel IoT kit to collect data from a PLC without an Arduino board? I.e. is OPC or similar supported. Thanks.
This might be a good option > http://node-opcua.github.io/ < which is also located here > https://github.com/node-opcua/node-opcua < under MIT license.
Searching for "opc for node" brings up a lot of interesting solutions.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
For a course term project we have to build a machine learning algorithm in which user fills the form and the algorithm analyse the best suitable university based on the responses. I am new in the field of machine learning and I do not know what kind of algorithm can we use. Is the recommendation systems a right approach for this?
I did some review on the internet for some similar projects, however still can not find a good resource.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 months ago.
Improve this question
I have Firewalls, anti-virus, SIEM, password management, data backup, NAS and cloud storage. Want to know if I'm missing anything important.
You can add below to what you have:
SOAR
EDR
XDR
TIM(Threat Intel management)
Vulnerability Management
MISP
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know its possible to write DOS drivers, but I was wondering if there are still books or people out there with that knowledge. I want to run FreeDOS and be able to use my USB keyboard and mouse, and I am guessing I need to write USB drivers.
Where would I even begin?
Take a look here: http://www.drdobbs.com/writing-ms-dos-device-drivers/184402277
Also, check out CuteMouse(http://cutemouse.sourceforge.net) for mouse drivers. Maybe this will give you an idea of how they are written.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am new to Contiki-OS. Although I have experience in java but not very strong background in C/C++. I am working on a Wireless sensor networking domain in which I have to develop an application which can run in Contiki-OS, this application is already developed in java but as contiki is based on C/C++ so i have to port application from java to C.
I hope this edit makes the question clear
The best places to start are:
http://www.contiki-os.org/start.html
https://github.com/contiki-os/contiki/wiki
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I saw that this company Mitek made an app that could read receipts through the iPhone's camera and record the information from them. (http://www.miteksystems.com/OOMPH_MobileReceipt.asp). My assumption would be that they run the images through some kind of image/text recognition software. Any ideas what what they might be using? If theres an API that can interpret text from pictures that would be great to.
cheers,
Mike
They are probably using some type of OCR software. It is hard to tell exactly which.
You can look at ocropus, for example