ended3월 23일· 1 sources
Building a Ballistic Fire Control Simulator with Python, C# and Redis
Python, C#, Redis로 구축하는 탄도 사격통제 시뮬레이터
Why it matters
The author built BALISTIC V5, a real-time ballistic fire control simulator using a microservices architecture with a Python/Flask frontend and a C# physics processor communicating via Redis Streams. The physics engine implements Euler method trajectory simulation with drag, Coriolis deflection, and live air density from weather APIs, supporting multiple weapon systems with blast zone visualization on a satellite map. Key lessons include the limitations of Euler simulation at high velocities and the importance of using real-world muzzle velocity data to match NATO ballistic tables.
1
Sources
+0
24h
—
Growth
173d
Active
Ballistic SimulatorRedis StreamsEuler SimulationCoriolis EffectMicroservicesFlask