Shell Developer Needed


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Shell Developer Needed
# 1  
Old 12-30-2014
Linux Shell Developer Needed

Hello programmers,
A small team of developers and myself have started a VoIP project for the gaming community. We are all working volunteerily to make the application. We all have experience in what we do, but we have hit a dead end. After setting up registration, login, and the custom graphic UI, a problem arose trying to get the server to communicate with the application's TCP client and execute commands like sending messages to other users. We don't have any shell programmers on our team that could write the needed code for the server, so it would be great if any of you would like to participate in this project. Again, this is not a paid job offer, but if you like what you do, it can be a great source of experience for any future projects you might be a part of.
Thank you for your time,
suzi9spal
# 2  
Old 12-30-2014
Not sure enough of the architecture to see what the need is -- might be simple.

For VOIP in gaming, is this for people in situations with each other where their avatars could hear each other if human, or for team radio comm on sides, or just global chat of all active gamers? The first needs tight itegration with the game, the second is looser but still needs definition of teams, and the third is very loose and simple.

Last edited by DGPickett; 12-30-2014 at 05:02 PM..
# 3  
Old 12-30-2014
The game integration is not the problem, since it's not for a specific game or anything(I guess you can think of it as a mix of skype, teamspeak and steam). The fact that it is VoIP should have nothing to do with this server, for example if it gets the command SendDataTo(address, bytes) it doesn't really care what the bytes are, the client will translate those when/if it gets the message. In addition to this function(sending data to other users) the server would have to keep a connection open with the client and do some things when the connection closes(send offline status to friends, update values in mySQL database,...).
# 4  
Old 12-31-2014
Seriourlsy, first post, and want us to do your project?

What have you done so far?
Where is the project site?
What will be the license?
Will there be a contract?
Are you certain to write a VOIP application and require SHELL - as in BASH/KSH/ZSH?
I've done a Text Interface using SHELL, so i guess i'm capable to say that a VOIP is not possible using SHELL only, unless you do some real coding for the backend - to make it usable in the shell - which is not the same.

Give us some more infos!

Happy holidays

EDIT:
To me, your request falls into the same cathegory like:
"Me want to do a new OS, you do the coding and me do the marketing, but me havent done anything yet, you do it and we share when it gives money..."

Last edited by sea; 12-31-2014 at 05:39 AM..
This User Gave Thanks to sea For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help Needed with Shell Script

I need help writing a Unix shell script that does the following: 1) Searches all of the files in a given directory that have the .acl file extension 2) Redirects the output of the search to a column in a .xls or .cvs file (Note: The column name in the spreadsheet file needs to be named... (2 Replies)
Discussion started by: ijmoore
2 Replies

2. UNIX for Dummies Questions & Answers

Help needed with Shell script

Hi I want a script which should basically do 1. If the size of the file is 0kb, send email to some list od ppl 2. if the size of the file is other than 0kb send email to someother list... Pls help (2 Replies)
Discussion started by: win4luv
2 Replies

3. Shell Programming and Scripting

Help Needed on shell script

#!/bin/sh #Displaying every argument while ; do echo Moving file $0; shift; done exit 0; For the above script i get the below o/p when 2 arguments are passed when invoking the script dmlFileCopy.sh: line 3: Can you let me know how to rectify the error? (2 Replies)
Discussion started by: Anand86
2 Replies

4. UNIX for Dummies Questions & Answers

Unix shell script Certification for oracle developer.

hi friends, I would like to do the certification in Korn shell scripts { i am using HP UNIX machine }. is there any certification for UNIX shell script . If yes please tell me the details . i am junior level oracle plsql developer . i interseted in unix shell scripting . i need... (1 Reply)
Discussion started by: rdhaprakasam
1 Replies

5. Shell Programming and Scripting

Help needed for Shell Script.....

Hello Friends, Can you pls advice me on the following requirement: What we'd like to achieve is the following: - having a password.properties file which contains some passwords, e.g. BOT_PASSWORD=dog.name - in the configuration file, insert as the password value something like... (0 Replies)
Discussion started by: pulkit
0 Replies

6. Shell Programming and Scripting

shell script help needed

I am trying to query a table having 3 columns, the third column is a field of varchar(1024) with a SQL string in it. I am using cut command to split out the three fields into three variables. I do a db2 command to extract the data into a file. My problem is with the third field having the SQL... (3 Replies)
Discussion started by: fastgoon
3 Replies

7. Shell Programming and Scripting

Help needed - shell scripting

I have a file that has text in the format below ABC / Some text / ABC / Some text / ABC / Some text / ABC / Some text / ABC / Some text / How can I seperate the text between a pair of 'ABC' into seperate files ??? any information would be of great help. Thanks (8 Replies)
Discussion started by: garric
8 Replies

8. Shell Programming and Scripting

K Shell Help needed

Could someone tell me the code for doing the below inside a k shell? I have a file file below: $ more file1 >>>>> AAA BBB CCC <<<<< >>>>> DDD EEE FFF <<<<< I want the lines between ">>>>>" and "<<<<<" to be one line like below: AAA BBB CCC (2 Replies)
Discussion started by: stevefox
2 Replies

9. Shell Programming and Scripting

Shell help needed

Could someone tell me how to do the below in Korn Shell or SED? If the 1st word (i.e. 1st character to the one character before the 1st space) of a line is the same as the 1st word of the 2nd line then add the 3rd word of the 1st line and the 3rd word of the 2nd line and divide the sum of the... (11 Replies)
Discussion started by: stevefox
11 Replies
Login or Register to Ask a Question