Jump to content
C4 Forums | Control4

bRename - Rename Devices via Embedded Web Server


Recommended Posts


I’ve been playing around with some of BNet solutions drivers over the last couple of weeks and really am impressed.  There are some good driver developers out their Chowmain (Alan), Greenfield (Mitch), Annex4, Blackwire themselves, Domosapiens (Paul), Jooced (Shivam), Yatun and Cinegration to name a few.  I have added BNet to the list that I look to for cool new drivers and am always pleased when something new appears.  I have a number of drivers from each of these developers (some would call some of these driver hacks - but they work for me!) and without the driver developers, Control4 would not be as cool as it is.

Apologies in advance to whoever I missed from my list! As I am sure that I have other great drivers from other developers also!

Link to comment
Share on other sites

4 hours ago, bnet said:

@alanchow -

thanks for info.  technically it checks (obviously, your doing it)

but it does not seem to pass my sanity check:

i'll add some profiling code but best guess is that 80%+ of the processing time on my main page is in/on C4:GetProjectItems() - even passing all the filter flags i can it is an expensive call.  i'm not serving rich content or streaming anything - just generated html with a style sheet and javascript.  there are no static pages or content i've stashed on the controller.  even the icons are served by ngnix, not the driver.  no matter where the html is generated, i will still need to call GetProjectItems so the above "negotiated settlement" is a work-around for a negligible portion of the processing load.  in fact, there is likely an extra step - encoding GetProjectItems's output before shipping to client - no one should have to deal with that xml directly.

so when the dust settles, i'll still have a process (same driver), listening on the controller (same port), serving content (maybe begins with a "{" instead of "<html>"), talking to a client (same browser, javascript/ws vs http get).  i haven't implemented it so i could be very wrong (am i?), but the before looks very similar to the after.

but, if this is where they have drawn the line, so be it - on to v2

Sounds like you’re hosting the web content externally.  If so then you should be in the clear.  Nothing wrong with using getprojectitems.

good work!

Link to comment
Share on other sites

  • 1 year later...
1 hour ago, WisC4 said:

Is this driver still functional?  I'm having trouble getting anything loaded on T4 using experience button or on desktop.  

I use a number of bNet Solutions drivers (not this one) and they are all working fine, so I would expect that this one is too. Are you saying that the experience button icon is not populating on your T4?  A number of experience button drivers have had that problem (on T4s) but are easy to fix. My understanding is that it has something to do with the format of the image (16 bit images not being accepted on T4s and thus the image needing to be changed to 8 bits) but I may well be wrong as I am not a driver developer!

Irrespective of what the issue, I would suggest you contact BNet Solutions via the contact details on their website.  I have always found Brian to be very responsive and helpful.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.