|
|
|
@ -50,8 +50,8 @@ class MainActivity : AppCompatActivity() { |
|
|
|
private var pulseAnimator: ObjectAnimator? = null |
|
|
|
private var isCurrentlyRecording = false |
|
|
|
|
|
|
|
// Authoritative Permanent Gateway Server on Linux (116.16.16.19:8999) |
|
|
|
private val gatewayHost = "116.16.16.19:8999" |
|
|
|
// Authoritative Public Gateway Server on MikroTik WAN (2.180.16.250:8999) |
|
|
|
private val gatewayHost = "2.180.16.250:8999" |
|
|
|
|
|
|
|
// Live Synchronized State (Collaborative Engine) |
|
|
|
private var currentRevision: Long = 0L |
|
|
|
|