Non-Windows - Mac OS/X and Linux

Status
Not open for further replies.

mrf1022

Member
Premium Subscriber
Joined
Apr 10, 2006
Messages
34
Reaction score
8
Location
Portland, OR
poltergeisty said:
I thought about using .NET (actually I ported the capture app to C# first), but the .NET framework doesn't have any built-in support for audio capture on the level you need for a Trunker-like application. In order for a .NET/Mono version of the app to run on multiple platforms you would need to include wrappers for the platform's native audio capture functions, while the JavaSound API works across all platforms. This allows the app to be packaged as a single executable JAR file that will run on any platform that has the latest Java runtime and a soundcard.
 

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
mrf1022,

I wanted to keep this thread alive, so I'll ask...

Any progress on the user interface?

William
 
Last edited:

mrf1022

Member
Premium Subscriber
Joined
Apr 10, 2006
Messages
34
Reaction score
8
Location
Portland, OR
William said:
Any progress on the user interface?
I got quite a bit done this past weekend. I'll post some screenshots when I get home. I'm hoping for a beta release with Motorola and EDACS decoding late this week or early next week.
 

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
Thank you, thank you, thank you!!! :)

As you may have seen in my other active thread, I'm having a heck of a time getting Etrunker running on a PC. So I am anxiously awaiting your release while I continue to work on the PC version.

William
 

jastx

Member
Joined
Feb 8, 2004
Messages
128
Reaction score
1
Location
Houston, Texas
Yes, I run linux on my personal box.

Send me an e-mail if you are interested in help with the effort.
 

mrf1022

Member
Premium Subscriber
Joined
Apr 10, 2006
Messages
34
Reaction score
8
Location
Portland, OR
Sorry I didn't get this up here yesterday. This shows the empty environment with no system loaded. As you can see, it's very similar to the T4Win interface, but there are some significant changes. For example, the Channels, Groups, and Subscribers tabs have grids that let you type directly into the cells instead of into text boxes below the grid (alothough this isn't fully implemented at the moment), and the System Manager shows sites as nodes under the parent system. The screenshot was taken on Saturday, before everything was wired up with the new GUI.

I'll try to get to a point where I can get some decent screenshots of the program actually running, but you can get a general idea of what it looks like from this one. I still have a bunch to do before I can release it, and it looks like I won't get to that point until next week since I've been slammed at work.
 

Attachments

  • Alpha_nothing.png
    Alpha_nothing.png
    43 KB · Views: 432

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
Just another follow up...

Any progress news?

Anybody beta testing yet? Do you need any testers?

William
 

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
I know I'm anxious.

But I posted the last "where are we now" message so I was affraid to be too pushy.

William
 

car2back

Member
Joined
Dec 19, 2004
Messages
2,974
Reaction score
0
Location
Tulsa, OK
Count me in as another person that would like to see unitrunker with linux support :cool:
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Reaction score
112
Location
Virginia
mikea7531 said:
Looks like another piece of software that is now dead.
Decoding from Java (or .NET) is a bit of a challenge - particularly if you don't like applications that devour 90-100% of your CPU. My understanding is currently the decoding "cost" is around 30-40% while the display cost is another 30-40%. Putting the two together to create a useful program results in a very sluggish experience for the end user.

Trimming both pieces down to the 20-30% range should yield a useful (and portable) result. This will take some effort. Don't give up hope.
 

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
frmobile,

Thanks for the continued interest.

I thought mrf1022 was working on this application? Are you the one developing it? You've done so much other nice work with Unitrunker and your other projects it would be great to hear you are working on this.

We just haven't heard much from mrf1022 lately.

I know everyone does all this development on their own time so I appreciate any work you guys do.

Thanks again for the continued interest.

William
 

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Reaction score
112
Location
Virginia
William said:
I thought mrf1022 was working on this application? Are you the one developing it? You've done so much other nice work with Unitrunker and your other projects it would be great to hear you are working on this.
There are several appoaches to this. mrf1022 is pursuing a Java program. I would use C++.

We just haven't heard much from mrf1022 lately.
My guess is he'll appear if/when he's ready.

-rick
 

William

Member
Joined
Mar 1, 2002
Messages
104
Reaction score
0
Rick,

Thanks for the reply.

Like I said, I really do appreciate all the work you guys do -- even as I get impatient for a Mac version of Unitrunker. :)

Keep up the good work.

William
 

mrf1022

Member
Premium Subscriber
Joined
Apr 10, 2006
Messages
34
Reaction score
8
Location
Portland, OR
Sorry guys, I didn't mean to leave you hanging. This project was put on hold for a while due to major things going on at work. I am now back to working on this in my spare time. I am not going to release the version that the screenshot is from, as that used SWING for the UI and after looking at some other options I'll be using the SWT framework for the IU so it's less of a memory hog. The short of this is that I'm doing a complete rewrite to make this usable on most computers. The previous version was a complete resource hog and honestly was more of an experiment.
 
Status
Not open for further replies.
Top