“Think russian^H^H^H xml”
German Rheinmetall open-sources its Battlesuite connected weapon system protcol
31–40 of 114 posts
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#32Open the C++ example up and the first thing I see: ```cpp std::cout Generally, I've heard `std::endl` instead of \n has bad performance because it forces the statement to print immediately. And because cout is guaranteed to flush anyways when the program ends, you're adding a delay for no reason. I wonder if there's something I'm not seeing that led to them adopting this rule. e.g. "abnormal program termination" caus…
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#33Earlier quoted context omitted.
DDS sort of took over from CORBA in the military domain, and the statically-typed IDL was still quite similar to CORBA last time I looked at it, so that takes you back to around 1998 when CORBA was being used a lot in the military in my experience. What other protocols and systems were you thinking of that can provide (depending on broker) hard-realtime delivery that can be used in safety-critical systems?
Stupid question, but why didn’t the DOD mandate IP compatibility for literally all comms like 20+ years ago? Is it pure corruption/incompetence or is there a good reason?
There's a very small number of major contractors and if you pick one of their APIs as the new standard, then you disadvantage all the others.
If you pick a greenfield project, then it will take a long time, and once you are done everybody will claim that they can't use it (see e.g. Ada; quick version they started working on a mandate for a programming language in 1975, mandated Ada in 1991 and by 1996 removed the Ada mandate).
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#34Earlier quoted context omitted.
Every mil company designs unique bespoke things often with some exceptions, and even the "open systems" mostly aren't open by any stretch of the definition. Obscurity is part of the allure, not a repulsive factor. You don't want a hostile nation suddenly and easily understanding your systems.
I have to assume that so many people require access to the specs that an interested party can surely acquire them. World of Tanks has repeatedly had military personnel updating the technical specifications with details they have found in the secret manuals.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#35Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#36Earlier quoted context omitted.
DDS sort of took over from CORBA in the military domain, and the statically-typed IDL was still quite similar to CORBA last time I looked at it, so that takes you back to around 1998 when CORBA was being used a lot in the military in my experience. What other protocols and systems were you thinking of that can provide (depending on broker) hard-realtime delivery that can be used in safety-critical systems?
Stupid question, but why didn’t the DOD mandate IP compatibility for literally all comms like 20+ years ago? Is it pure corruption/incompetence or is there a good reason?
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#37Earlier quoted context omitted.
Every mil company designs unique bespoke things often with some exceptions, and even the "open systems" mostly aren't open by any stretch of the definition. Obscurity is part of the allure, not a repulsive factor. You don't want a hostile nation suddenly and easily understanding your systems.
I have to assume that so many people require access to the specs that an interested party can surely acquire them. World of Tanks has repeatedly had military personnel updating the technical specifications with details they have found in the secret manuals.
Those documents are often secret or top secret, or even more compartmentalized.
There are training docs in wide use today that are not publicly findable on the internet, nor are they seemingly in the datasets of LLMs.
I'm sure there are reasons for that, of course.
What you're talking about would have an even higher level of obscurity and secrecy, and probably Compartmented Information access.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#38Earlier quoted context omitted.
Every mil company designs unique bespoke things often with some exceptions, and even the "open systems" mostly aren't open by any stretch of the definition. Obscurity is part of the allure, not a repulsive factor. You don't want a hostile nation suddenly and easily understanding your systems.
Hat sounds like a particularly weak form of security by obscurity
Often connectors are even proprietary.
(This is partially to protect systems not from the enemy, but from the troops themselves...)
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#39Nah, they haven't open sourced anything: https://github.com/rheinmetall . They just published the documentation. Really weird, what's the point?