You still have not supplied enough information. Have you got a user manual for the Device that describes the function of it, what inputs it expects, what outputs are available at what data rate in what format and on what connector(s).If you can establish that data is available in an identifiable format, on a USB or Serial connector for example, then you can proceed from there. If not, then you are flying blind, and a lot of work would need to be done with a logic analyser to try and sort it out.Since you do not have access to the Device to reprogram it, you will need to further process the data.You will need a processor card that will have the capability of keeping up with the input data rate (you may have to throw some data away) with an appropriate input connector matching the output connector on the Device. It will need to take the data from the Device , reformat it, and spit it out on an SPI bus or Serial bus (TTL RS232) that is likely available on your wireless card. The way this is done has already been briefly described.
Note that your input data rate is also related to the capacity of the wireless card to accept data, there is a large overhead with some protocols, which will reduce the real data rate.Depending on your requirements, and programming skills, a Raspberry Pi, Arduino, or a Micrpython board may do what you want for example. There are plenty of other choices.Without further information, it is hard to know what else to suggest. If you are not in the EE business, then you need to say if what has been suggested makes some sense. If it doesn't, you may need to get an EE consultant in to look over the system. Otherwise it is going to mean a lot of reading and learning a batch of new skills, which will be good to have, but it takes time. Who manufacturers the Device, do they have any hardware supporting wireless communication,cheers,Richard