Excellent thread
@Dubious
My expertise is in embedded systems development and programming. In simple words embedded system is the tiny computer in your microwave or washing machine that determines what to do and when to do it. It is a field that is at the confluence of electrical engineering and computer science with a knowledge of mechanical engineering absolutely must as well. Most of the programming is done in Embedded C, which is very similar to the C programming language.
Currently I'm undertaking my masters in the field and also work for an automotive company that shall remain unnamed. The project I'm working on is every car has an onboard diagnostics port (OBD) which is a standard port required to be provided atleast by all manufacturers in North America. I've seen it in Japanese and European cars as well. The OBD port allows maintenance crew to hook up a device and request certain pieces of information from the cars multiple electronic control units (ECUs). To give a little background each car has multitude of ECUs each with a dedicated purpose. There are ECUs for controlling door and window operations, ECUs for controlling the fuel-air mix in the engine, ECUs for controlling lights, etc etc. Normally for security reasons the OBD can only request current or previous stored data from these ECUs but you cannot control them or send a command. So the project I'm working on with a small dedicated team under me is to develop a device that talks to these ECUs and actually get past the security layers of the ECUs so that you can set the speed limit for the car, or shut off the engine or lock/unlock the car and the device must be connected to the internet through a 4G sim. This way you have complete control of your car even if you are halfway across the world but have internet connection.
I intend to gain full mastery of this subject and return to Pakistan to implement it somehow in Pakistan. My father has a small business in Pakistan where he produces car tracking systems for security companies, I intend to utilize the already developed infrastructure that he has painstakingly built over the course of his career to take this idea to the next level. These are big plans and may take 5-7 years to come to fruition but inshallah with the grace of Allah I will be able to achieve them.
In the meantime I'm happy to help or collaborate with other folks doing great work in this field.