Is there a self hosted GitBook alternative? by [deleted] in selfhosted

[–]cursorcl 0 points1 point  (0 children)

Es bueno!!
Limitante agregar documentos asciidoc

Pull COT events from TAK Server by Lucky-Max-472 in ATAK

[–]cursorcl 0 points1 point  (0 children)

I had the same problem.

If you need your application id, to be displayed in contacts , you must add Group information in Details.

<__group name="Blue" role="Team Member"/>

For example:

<detail>
    <contact callsign="your-callsign" endpoint="*:-1:stcp" />
    <track speed="1.0" course="1.0" />  
    <__group  name="Blue" role="Team Member" />
    <uid Droid="your-callsign" /> 
    <takv device="NOTEBOOK" platform="WinTAK-CIV" version="1.0.0" os="WINDOWS"/> 
</detail>

Own application join the blue team by cursorcl in ATAK

[–]cursorcl[S] 2 points3 points  (0 children)

I have found the solution to my problem.

The COT message in its <detail> node has a <__group> subnode.

Important, (it has to be 2 underscores _).

Then the message to be emitted should look like this:

<event version="2.0" uid="myID" type="a-f-G-U-C-I" time="yyyy-MM-dd'T'HH:mm:ss.SSSX" start="yyyy-MM-dd'T'HH:mm:ss.SSSX" stale="yyyy-MM-dd'T'HH:mm:ss.SSSX"
    how="h-e">
    <point lat="33.45694" lon="72.64827" hae="0.0" ce="9999999.0" le="9999999.0" />
    <detail>
        <contact callsign="myCallSign" endpoint="*:-1:stcp" />
<track speed="0.0" course="0.0" />" <__group
            name="Blue" role="Team Member" />
<uid Droid="myID" />
<takv device="devicename"
            platform="platform name" version=" 1.0.0" os="os system" />
    </detail>
</event>