Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellDPS committed Feb 26, 2018
1 parent 22b6369 commit 23b15b3
Show file tree
Hide file tree
Showing 28 changed files with 30,285 additions and 2 deletions.
Binary file modified .vs/Unibridge/v15/.suo
Binary file not shown.
Binary file modified .vs/Unibridge/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file not shown.
Binary file added .vs/Unibridge/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
26 changes: 24 additions & 2 deletions Unibridge/Module1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,30 @@ Module Module1

Sub Main()

WatchFolders(TRPATH)
Console.WriteLine("STARTED")
Dim clArgs() As String = Environment.GetCommandLineArgs()
Dim count = 0

If clArgs.Count = 11 Then
host = clArgs(2)
username = clArgs(4)
pass = clArgs(6)
TRPATH = clArgs(8)
TPLAYERPATH = clArgs(10)
WatchFolders(TRPATH)
Console.WriteLine("STARTED")
While True

End While
Else
Console.WriteLine("UniPlayer HELP" & vbCrLf)
Console.WriteLine("EXAMPLE: unitrunker.exe --host 192.168.1.23 --user radio --pass Password1 --trpath V:\NAS\NewAudio\ --tplayerpath V:\NAS\FinalAudioFolder" & vbCrLf)
Console.WriteLine(" --host Trunkplayer SSH HOST OR IP")
Console.WriteLine(" --user TrunkPlayer SSH User")
Console.WriteLine(" --pass TrunkPlyer SSH Password")
Console.WriteLine(" --trpath V:\NAS\Truning Recorder Output Folder\")
Console.WriteLine(" --tplayerpath V:\NAS\trunk player symlinked dir\" & vbCrLf)
End If

End Sub

Sub WatchFolders(folder As String)
Expand Down
6 changes: 6 additions & 0 deletions Unibridge/Unibridge.vbproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>--host 192.168.1.23 --user radio --pass Password1 --trpath C:\Users\Max\Documents\TrunkingRecorder\New --tplayerpath C:\Users\Max\Documents\TrunkingRecorder</StartArguments>
</PropertyGroup>
</Project>
Binary file added Unibridge/bin/Debug/.vs/Debug/v15/.suo
Binary file not shown.
6 changes: 6 additions & 0 deletions Unibridge/bin/Debug/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
Binary file added Unibridge/bin/Debug/.vs/slnx.sqlite
Binary file not shown.
Binary file added Unibridge/bin/Debug/Newtonsoft.Json.dll
Binary file not shown.
10,760 changes: 10,760 additions & 0 deletions Unibridge/bin/Debug/Newtonsoft.Json.xml

Large diffs are not rendered by default.

Binary file added Unibridge/bin/Debug/Renci.SshNet.dll
Binary file not shown.
19,415 changes: 19,415 additions & 0 deletions Unibridge/bin/Debug/Renci.SshNet.xml

Large diffs are not rendered by default.

Binary file added Unibridge/bin/Debug/Unibridge.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Unibridge/bin/Debug/Unibridge.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
Binary file added Unibridge/bin/Debug/Unibridge.pdb
Binary file not shown.
26 changes: 26 additions & 0 deletions Unibridge/bin/Debug/Unibridge.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file added Unibridge/obj/Debug/Unibridge.Resources.resources
Binary file not shown.
Binary file added Unibridge/obj/Debug/Unibridge.exe
Binary file not shown.
Binary file added Unibridge/obj/Debug/Unibridge.pdb
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bafa4ed400711118c59a4d52ae3ef1f7e8aa6a2b
15 changes: 15 additions & 0 deletions Unibridge/obj/Debug/Unibridge.vbproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Unibridge.exe.config
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Unibridge.exe
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Unibridge.pdb
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Unibridge.xml
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Newtonsoft.Json.dll
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Renci.SshNet.dll
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Newtonsoft.Json.xml
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\bin\Debug\Renci.SshNet.xml
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.vbprojResolveAssemblyReference.cache
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.Resources.resources
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.vbproj.GenerateResource.Cache
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.vbproj.CoreCompileInputs.cache
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.exe
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.xml
C:\Users\Max\Documents\GitHub\UniBridge\Unibridge\Unibridge\obj\Debug\Unibridge.pdb
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions Unibridge/obj/Debug/Unibridge.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23b15b3

Please sign in to comment.