Ubuntu or other Linux platforms?

Advanced Discussions on Programing for & Modifying Beyonwiz Products.

Moderators: Gully, peteru

Post Reply
ptannerford
Apprentice
Posts: 52
Joined: Wed Aug 29, 2007 21:22

Ubuntu or other Linux platforms?

Post by ptannerford » Wed Jul 14, 2010 15:35

hi,
quick question..

are any developers looking to Ubuntu, or other Linux platforms for their tools?? (such as Wizilla?)

regards,
Paul.

ptannerford
Apprentice
Posts: 52
Joined: Wed Aug 29, 2007 21:22

oh.. and yes..

Post by ptannerford » Wed Jul 14, 2010 15:38

I've looked on www.openwiz.org/

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Post by prl » Wed Jul 14, 2010 16:17

I think that the only Beyonwiz tools that run on Linux are my getWizPnP, BWFWTools and rtv2kml, and Eric Fry's Wiz Firmware Tools. They're all command line tools. My contributions are written in perl and Eric's are in C. All have Makefiles for building and installing, and in the case of the perl tools, extracting documentation in pretty formats (formatted plain text and HTML) from the source code. Eric's code can be built in a Cygwin environment, and run in plain Windows with the help of /bin/cygwin1.dll (that's how it 's distributed). It can probably also be built using the GNU tools for Windows, but I've never tried that. It can probably be built with Micro$oft C and other non-free compilers, too. The Windows command shell is so execrable that I'd run Cygwin just to have bash :)

getWizPnP is the only Beyonwiz recording fetching program for Linux.

They're all available on the OpenWiz Software page. The page should probably be clearer about them being portable across Windows, Cygwin, OS X and Linux.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

User avatar
tonymy01
Uber Wizard
Posts: 6373
Joined: Fri Jun 01, 2007 15:25
Location: Sydney, Australia DP-S1-1TB, DP-P2-2TB, DP-T4-2TB, DP-T4-BB... too many!
Contact:

Post by tonymy01 » Wed Jul 14, 2010 16:30

I wrote wizmongoose, a wizPNP server that compiles for cygwin and the Linksys NSLU2 (SLUG), is open source C, and certainly also compiled on my kubuntu setup (in vmware on my old XP machine). Typically most linux users would be clued up enough to take source and know what to do with it ;-)
Tony

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Post by prl » Wed Jul 14, 2010 17:09

tonymy01 wrote:I wrote wizmongoose, a wizPNP server that compiles for cygwin and the Linksys NSLU2 (SLUG), is open source C, and certainly also compiled on my kubuntu setup (in vmware on my old XP machine). Typically most linux users would be clued up enough to take source and know what to do with it ;-)
Ah yes. I forgot that one.

It might be good if there was a clearer indication of platform compatibility on the OpenWiz Software page (and perhaps some category headings).
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

isolbar
Newbie
Posts: 3
Joined: Sun May 10, 2009 12:09

Post by isolbar » Sat Jul 17, 2010 12:45

I have been looking at prl's perl script and the WizPlayer code. From them, I am writing a Java Swing app( very dirty at this stage). I have got to the stage of discovering any Wiz devices and retrieving a list of recordings. I just need to download the recordings and covert into a format for playing. The development platform is on OpenSUSE Linux.

User avatar
tonymy01
Uber Wizard
Posts: 6373
Joined: Fri Jun 01, 2007 15:25
Location: Sydney, Australia DP-S1-1TB, DP-P2-2TB, DP-T4-2TB, DP-T4-BB... too many!
Contact:

Post by tonymy01 » Sat Jul 17, 2010 15:15

Well done, we need more devs, there is all sorts of things that could be done to enhance the wiz experience (e.g I am pretty sure we could put a "box in the middle" approach between wizPNP and DLNA to stream the Wiz to other non-wiz devices).
Tony

martymoose
Newbie
Posts: 5
Joined: Fri Sep 05, 2008 21:04
Location: coffs harbour

Post by martymoose » Sun Sep 26, 2010 06:33

Any update
i i use ubuntu for my media server
is there a way to set ubuntu to poll each of the beyonwiz's (yes i have 2)
and recover the files and maybe rename/convert so they can be seen on pc/other media players

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Post by prl » Sun Sep 26, 2010 11:50

martymoose wrote:Any update
i i use ubuntu for my media server
is there a way to set ubuntu to poll each of the beyonwiz's (yes i have 2)
and recover the files and maybe rename/convert so they can be seen on pc/other media players
getWizPnP is the only WizPnP client that runs on Linux. It's command-line only, but reasonably powerful. You could set up getWizPnP in a cron job to do regular archives of your Beyonwizes. Even though it's not really designed for that, it will skip any copies where the recording has already been copied to the PC.

You can also enable Windows sharing on the Linux box (samba) and move Beyonwiz recordings to the shares where they can be seen by the Linux box and any other devices that can see the shares, but that would be manual.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

isolbar
Newbie
Posts: 3
Joined: Sun May 10, 2009 12:09

Java app available

Post by isolbar » Sun Mar 06, 2011 11:23

I have a Java app that now discovers BeyonWiz devices on the network.

You can select the devices and request all available recordings on that device.

You can then transfer that recording to your local machine,

I have tried to download and play the file at the same time (using VLC) but download is not fast enough. VLC catches up and stops playing.


Probably due the way I coded it.

Now, where do I put the package for people to try out?. :?

prl
Wizard God
Posts: 32703
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: Java app available

Post by prl » Sun Mar 06, 2011 13:09

isolbar wrote:...
Now, where do I put the package for people to try out?. :?
OpenWiz Software page. Source can go in the OpenWiz Redmine repository.
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

isolbar
Newbie
Posts: 3
Joined: Sun May 10, 2009 12:09

Have account, now project?

Post by isolbar » Sun Mar 06, 2011 18:55

How do I get a new project on openwiz?

User avatar
peteru
Uber Wizard
Posts: 9735
Joined: Tue Jun 12, 2007 23:06
Location: Sydney, Australia
Contact:

Post by peteru » Sat Mar 12, 2011 23:08

Send a private message to rwhitby.

"Beauty lies in the hands of the beer holder."
Blog.

Post Reply

Return to “Software Developers”