Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hardware Simulation

I'm working on a software project intended for recuperating old specific hardware, mostly for non-for-profit organizations and poor schools.

I need a way to simulate old hardware so I can test the application before shipping it out.

How can I do this?

like image 236
Toto Avatar asked Oct 15 '22 17:10

Toto


1 Answers

I'm not sure exactly what the question is asking for. I think you are asking for a way to emulate certain HW?

If that is the case, I've used QEMU in the past, and it has worked great. QEMU is an open source machine emulator and virtualizer.

like image 155
Himadri Choudhury Avatar answered Oct 19 '22 07:10

Himadri Choudhury