Mictronics / ais-simulator

Create and transmit AIS frames via gnuradio toolchain and web application in browser. Provides a websocket to PDU message block to change frame content on runtime. Works in burst mode, a frame is send on change immediately, one time. Transmitter remains silent until next change event.
Other
33 stars 6 forks source link

Problem when trying to transpile the .ts files #6

Closed shoaibsiddique closed 1 year ago

shoaibsiddique commented 1 year ago

Hi, Can you please guide me on transpiling procedure. Are their any dependencies?

Mictronics commented 1 year ago

In the projects root folder either: npm run build or tsc --build

Typescript compiler needs to be installed.