I am developing SSD API's (examples - SSD read, SSD write, SSD format).
I want a suggestion for below points.
1. I am currently using REST API's (flask) for developing SSD API.
2. I have a doubt SSD and API is just a communication between hardware and application layer.
3. Then is it good to use REST API's or I have to use IOCTL functionality.
4. If I go with REST API, it may be increase a probability of hackers to allow hacking the hardware.
5. I am thinking to use IOCTL API development.
Please suggest, which way I have to choose??
I want a suggestion for below points.
1. I am currently using REST API's (flask) for developing SSD API.
2. I have a doubt SSD and API is just a communication between hardware and application layer.
3. Then is it good to use REST API's or I have to use IOCTL functionality.
4. If I go with REST API, it may be increase a probability of hackers to allow hacking the hardware.
5. I am thinking to use IOCTL API development.
Please suggest, which way I have to choose??