Browse Source

Reorganize Samples

Tim Burks 9 years ago
parent
commit
eff56b0762

+ 4 - 4
Samples/CLEANUP.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 #!/bin/sh
 
 
-cd SimpleServer; make clean; cd ..
-cd SimpleClient; make clean; cd ..
-cd EchoServer; make clean; cd ..
-cd EchoClient; make clean; cd ..
+cd Simple/SimpleServer; make clean; cd ../..
+cd Simple/SimpleClient; make clean; cd ../..
+cd Echo-QuickProto/EchoServer; make clean; cd ../..
+cd Echo-QuickProto/EchoClient; make clean; cd ../..

+ 0 - 0
Samples/EchoClient/Makefile → Samples/Echo-QuickProto/EchoClient/Makefile


+ 0 - 0
Samples/EchoClient/Package.swift → Samples/Echo-QuickProto/EchoClient/Package.swift


+ 0 - 0
Samples/EchoClient/echo.out → Samples/Echo-QuickProto/EchoClient/echo.out


+ 0 - 0
Samples/EchoClient/main.swift → Samples/Echo-QuickProto/EchoClient/main.swift


+ 0 - 0
Samples/EchoServer/Makefile → Samples/Echo-QuickProto/EchoServer/Makefile


+ 0 - 0
Samples/EchoServer/Package.swift → Samples/Echo-QuickProto/EchoServer/Package.swift


+ 0 - 0
Samples/EchoServer/echo.out → Samples/Echo-QuickProto/EchoServer/echo.out


+ 0 - 0
Samples/EchoServer/main.swift → Samples/Echo-QuickProto/EchoServer/main.swift


+ 8 - 8
Samples/README.md

@@ -65,16 +65,16 @@ Start a docker instance with the following command:
 ## Build the samples
 ## Build the samples
     cd
     cd
     cd grpc-swift/Samples
     cd grpc-swift/Samples
-    cd SimpleServer; make; cd ..
-    cd SimpleClient; make; cd ..
-    cd EchoServer; make; cd ..
-    cd EchoClient; make; cd ..
+    cd Simple/SimpleServer; make; cd ../..
+    cd Simple/SimpleClient; make; cd ../..
+    cd Echo-QuickProto/EchoServer; make; cd ../..
+    cd Echo-QuickProto/EchoClient; make; cd ../..
 
 
 ## Run the test client and server from the grpc/src/swift/Packages directory:
 ## Run the test client and server from the grpc/src/swift/Packages directory:
-    SimpleServer/.build/debug/SimpleServer &
-    SimpleClient/.build/debug/SimpleClient	
+    Simple/SimpleServer/.build/debug/SimpleServer &
+    Simple/SimpleClient/.build/debug/SimpleClient	
 or	
 or	
 
 
-    EchoServer/.build/debug/EchoServer &
-    EchoClient/.build/debug/EchoClient
+    Echo-QuickProto/EchoServer/.build/debug/EchoServer &
+    Echo-QuickProto/EchoClient/.build/debug/EchoClient
 	
 	

+ 0 - 0
Samples/SimpleClient/Makefile → Samples/Simple/SimpleClient/Makefile


+ 0 - 0
Samples/SimpleClient/Package.swift → Samples/Simple/SimpleClient/Package.swift


+ 0 - 0
Samples/SimpleClient/main.swift → Samples/Simple/SimpleClient/main.swift


+ 0 - 0
Samples/SimpleServer/Makefile → Samples/Simple/SimpleServer/Makefile


+ 0 - 0
Samples/SimpleServer/Package.swift → Samples/Simple/SimpleServer/Package.swift


+ 0 - 0
Samples/SimpleServer/main.swift → Samples/Simple/SimpleServer/main.swift