• 0

ASP, JSP, or PHP???


  

62 members have voted

  1. 1. ASP, JSP, or PHP???

    • ASP
      21
    • JSP
      1
    • PHP
      40


Question

Recommended Posts

  • 0

I would go with php (http://www.php.net) because I like using it with Apache Webserver (http://httpd.apache.org). I also use MySQL (http://www.mysql.com) which also works AMAZINGLY well with Apache running PHP.

What you have for ASP is IIS (Internet Information Services, I think is the acronym). Microsoft-only and really bulky. I have to give it something for the fact it handles more than just web (email, ftp, and more), but it is just not what I am looking for in a server.

Apache uses 1.744MB of memory and MySQL uses 244k of memory. I happen to think this is pretty low for a webserver that is rated the most powerful and customizable webserver software out there.

If you go with PHP (http://www.php.net) has a complete manual on how to use PHP, installing, configuring and building. If you are planning on having forums, go with phpBB (http://www.phpbb.com) or vBulletin (http://www.vbulletin.com). Both of those are great forum systems and work with Apache running PHP.

Of course, you need MySQL (http://www.mysql.com/) to run those forums. If you do that, I recommend you get phpMyAdmin (http://phpmyadmin.sourceforge.net/) to graphically maintain your MySQL databases.

I need to finish this off before it becomes an entire essay, but those are the basics. PHP is a great language and has a very nice compatibility rating among databases, forums, and other various scripts (not to mention just about all web browsers out there love PHP).

Good luck!

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138374
Share on other sites

  • 0

Personally, I prefer PHP. ASP you need either a Windows server, unless you get the apache mod, and I've never looked at JSP. Here's a quote from http://www.php.net/usage.php to prove PHP's popularity.

Usage Stats for January 2002

PHP: 7,525,142 Domains, 1,079,999 IP Addresses

Source: Netcraft

PHP (for me at least) is also incredibly easy to learn. There are numerous tutorials out there, try http://www.devshed.com for one, and take a peek at http://www.php.net for more. One thing to note is that these languages are server based, therefore browser support is irrelevant, unlike other client side languages such as dhtml/javascript/jscript/etc. Another thing is that in general you can develop your PHP programs in a Windows environment and they almost seamlessly port to *nix without much editing. In fact, I have PHP running as an Apache module on XP Pro and have never had to make any changes when transferring to a *nix server. That's just my 2 cents so I hope this helps.

PiMPiN

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138375
Share on other sites

  • 0

Thanks A LOT guys! :)

Wow...that was really informative...

Yeah I do plan to have forums and stuff like that. So, what exactly do I need for this...

MySQL

Apache Webserver

phpMyAdmin

phpBB or vBulletin

...is this all webbased type stuff...or is this directly from my computer (i.e. do I need to have my computer on 24/7 for this??)

...is there anything else that I need??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138568
Share on other sites

  • 0

you'll also need the php parser from http://www.php.net

if you want to run the whole thing from your computer, you're gonna need it turned on whenever you want your site up. this sounds like this is what you're going to do.

but, if it's for a proper site that should be up 24/7, you're gonna need a host that supports all that stuff.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138577
Share on other sites

  • 0
Thanks A LOT guys!

Wow...that was really informative...

Yeah I do plan to have forums and stuff like that. So, what exactly do I need for this...

MySQL

Apache Webserver

phpMyAdmin

phpBB or vBulletin

...is this all webbased type stuff...or is this directly from my computer (i.e. do I need to have my computer on 24/7 for this??)

...is there anything else that I need??

PHP - Need to install

MySQL - Need to install

Apache - Need to install

phpMyAdmin - Folder placed in website root

Forum Software - Need to configure from folder in website root

Example:

My Setup:

MySQL is located at C:MySQL

Apache is at C:Apache

PHP is at C:PHP

Perl is at C:Perl

phpMyAdmin is at http://mydomain.com/phpmyadmin

vBulletin (what I use) is at http://mydomain.com/vbulletin

Essentially, PHP/MySQL/Apache/Perl are "installed" and phpMyAdmin and your forum software, along with various other scripts (polls, counters, guestbooks, etc) are just folders in your webroot (http://mydomain.com/{whatever}) and need to be configured for use.

I prefer to run all of the above myself, from my home computer. You can definitely find a host with all those options, but it will cost you.

Hope that helps you further.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138607
Share on other sites

  • 0

I can use my old computer as the setup machine which I can leave on for 24/7...

Do I have to pay to get a domain name and stuff?? Or is it one of those things that if I host the site myself, I can get a domain name free?? (Highly doubt that).

So installing all those things and stuff means I'm essentially hosting the site myself (For which I'm guessing I won't have to pay??)...

What are the advantages/disadvantages of this??

A couple I'm guessing are...a lot more storage space, no bandwidth problem from the host (except from my ISP, who I doubt would mind all that much)....am I right??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138632
Share on other sites

  • 0

When hosting it yourself on your own computer there's always the ISP to think of. Downtime is always a major concern, as well as a decreased speed concern. Generally purchasing monthly hosting gives you limited space, which is usually more than sufficient for your basic site needs, but the advantage is pure speed and support if something messes up. I host my own sites locally for development purposes, but production sites are always on commercial servers. It is possible to have a TLD domain name point to your machine, you just need someone to host the DNS, and there are plenty of sites that do DNS only hosting which you can then point to your computer, regardless of the fact that you have a dynamic IP or not. Do a google search for free DNS Hosting to find some.

If hosting locally on your old machine, I recommend installing a *nix distro on the old machine, as Apache/PHP/MySQL/Perl always runs better in a *nix environment, and maintenance of the machine can be done through a terminal (telnet) client. If however *nix is not an option, or you prefer Windows, get PHPTriad.

PHPTriad is PHPGeek.com's flagship product. It installs a PHP web server environment on Windows platforms. It includes Apache, PHP, MySQL, Perl and PHPMyAdmin. It is intended to make lives easier for PHP developers of all levels. Additional resources related to PHP and open source software on the 32 bit Windows platforms are available.

Download the PHP Manual and read up on PHP. It's a wonderful, powerful language with an easy learning curve. Tthink about it, Neowin.net is largely, if not entirely, coded in PHP, as well as most large sites you see on the net today. If you do decided to go the PHP route, I also recommend that at a later date you look into the other languages as well, you can never know too many languages.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138858
Share on other sites

  • 0

-->Syntax Error-->

Don't listen to these schmoes!

Please don't be offended...but I am guessing you are fairly new to dynamic web content and web servers.

If this is true, stay away from Apache, PHP, mySQL. They are okay programs and do well as the previous posts claim, but they are not an easy install, configure, setup.

IIS/ASP is the best way to get up and running quickly. If you are worried about security - don't be. Download the latest patches, run IISLock Down (a tool that scripts some IIS settings) and you will be alright.

Here are two more thoughts:

1. ASP (version 3.0) is VBScript. A subset of Visual Basic. If you know VB ASP will be a walk in the park. PHP uses some language I am not familar with.

2. the .NET Framework. You install the framework (which is free on IIS 4/5/6 and you can run ASP.NET. What is ASP.NET? Well, for starters it lets you write dynamic content (i.e. what this whole thing is about) in 1 of 4 languages with more on the way.

That's right. You can write ASP.NET (ver 4 of ASP) in C++, VB, C#, Java (some form, don't know for sure), and more languages are coming Colbal for one.

You write in the language you want and then it compiles it. Yes, you heard me correctly. ASP.NET is a complied language whereas, the others are scripts that get read at runtime.

I won't pretent to know everything, but IIS/Windows is so much easier to work with.

The real question is: Do you want to spend time setting up your server or building a kick ass web site.

NOTE - Apache, mySQL, PHP are good tools, but the learning curve is much higher and so is the development time.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138882
Share on other sites

  • 0

Now I know I'm not alone....

I agree with robinmthomas. ASP just works, I'm using it in enterprise oriented sites, and works very well.

Its also true, that ASP.net address must of the shortcomings of ASP and PHP, and add new tools that I think will rock in the internet (eg. Server controls).

I know that ASP is backed only by one company, but it's the biggest, powerful and richer company in the world :D

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138908
Share on other sites

  • 0

Okay...so, all in all, what do I end up paying for, if I host the site myself...with what conditions and stuff??

I'm guessing if I find a host, I'll have to pay for the service + the domain + DNS??

I AM new to the dynamic web building world, however I wanna learn as I go on.

Robin...thanks for the suggestion, and I'll work on that on the side as well, but right now, I kinda want something which looks more or less professional, is stable, and easy to maintain...*This isn't a personal website actually...and most people seem to go for PHP, so I'll go for that for now...ASP/JSP will be my second choice (Which I DO plan to learn)* :)

https://www.neowin.net/bboard/showthread.ph...?threadid=16215

Thanks a lot for all the info...and if there's anything else I'd need, please let me know...thanks!! I'll be asking a lot more questions as I go along with this...;)

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138913
Share on other sites

  • 0

From the end user (i.e. the browser) ASP/PHP/JSP are exactly the same. (hint - it's called HTML).

All of those do server side processing and then render the HTML so that any browser can see them.

PHP can be made to look as bad or as good as you want. ASP is not more or less professional. You still have to code the project.

The question is: how much time do you want to spend learning to code as opposed to actually coding.

ASP has much more resources on the net for people to learn, use, borrow. PHP has its share as well.

As for hosting. You need to pay a Registrar for your domain name (35/year - I think) and you'll need to pay some one to host your site and DNS. I would recammend intermedia.net because they have an amazing web-based admin tool (they have a demo of it that shows what you (as the client can change)

If you want to host your own web site, check out dslwebserver.com. Good tutorials there about using ZoneEdit to host your DNS for free and then all you pay for is your DSL connection (or cable - I assume you have broadband) and the 35/year for the domain name.

If you are serious about make a choice - do some research chances are you will end up using "your choice" for 5 years because it will become very comfortable. ASP.NET will give you comfort you need while increasing features and power.

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138918
Share on other sites

  • 0

I would go for ASP or ASP.NET.

The .Net framework is amazing! EMail, file-upload, database access, everything is already there. And it's compiled so it's a whole lot faster than anything out there. And the hosting is pretty cheap.

My hosts have a $9.95/month plan that has full access to the .Net framework, minus the database, but it's still very powerful for very little money...

Plus, if you know VisualBasic or VBScript, or JavaScript, or C#, or C++, or Cobol, or Perl, etc. you can code an ASP.Net page in any .Net-compliant language.

Plus, ASP.Net supports all of the open standards of SOAP and XML, etc. It's really powerful, and you can buy a book for $40 and learn everything you need to know.

Go with ASP.Net!

iUk

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138944
Share on other sites

  • 0

*sigh*...conflicted now...

As far as .net goes...I only know basic C++/C# (Console Applications) and nothing much further than that, and as far as web designing goes, nothing much further than HTML...

(any change in recommendations??) :o

I suppose I will be needing database access for forums and stuff??...and if I DO go with ASP, what hosts provide access to the .net stuff???

Can I have one thing as the main thing, and the other as a backup??...PHP being the main thing, and ASP as a backup, or vice versa??

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138960
Share on other sites

  • 0

The thing with ASP.Net is that it takes an effort to design anything. You have to come up with the database design, the application interface, etc.

That's why it's really powerful for web applications developers who want to build something that is customized to their situation for their client or company intranet/extranet, etc.

If you are just looking for a site to post information and to have forums, etc. then go with PHP since you can get vBulletin and PHPNuke, etc., all of which do a lot of the work for you, you just plug in the logos, colors, etc. ASP requires a lot more up-front development time.

I'm not a big fan of the "everything is free"-linux/unix/apache crowd, but for what you want to do, PHP sounds like the way to go.

Sorry for the confusion,

iUk

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138967
Share on other sites

  • 0

ASP also offers free pre-written code packages for forums, postings, news, etc.

ASP doesn't require a database; it provides for many other features.

A database is used for storing information, if you don't need to store info, you may not need a dynamic web site.

Where are you pulling this dynamic info from if you don't want a database?

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-138992
Share on other sites

  • 0

Here is a quick list that may help:

Snitz Forums 2000 ASP Free

vBulletin PHP $160

Ultimate Bulletin Board CGI/Perl $249

phpBB PHP Free

IkonBoard CGI/Perl Free

OpenForum ASP Free

IdealBB ASP Free

ASP-DEV Support Forums ASP Free

POP Forums ASP $175

Fuse Talk Cold Fusion $189

ASP Fast Forum ASP $175

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139002
Share on other sites

  • 0

if you're going to go the php route try this

FoxServ is an Apache / mySQL / PHP installer package for Windows and Linux. Unlike NuShpere or PHPTriad, FoxServ features the latest version of all included pacakges, user defined configuration during installation, PHP as a module, PEAR, and the Zend Opt

Foxserv

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139003
Share on other sites

  • 0

PHP is by far the most powerful language out of those three.. It has the most potential. I'd say go with apache running PHP, mysql, and basically everythign else that everyone has mentioned...

if you want to create a quick web page with php. try phpnuke at http://www.phpnuke.org i thinks thats it?

Link to comment
https://www.neowin.net/forum/topic/16884-asp-jsp-or-php/#findComment-139295
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Google Pixel 11 series: Here's what to expect by Hamid Ganji Google Pixel 10 series In recent years, Google has successfully turned its Pixel devices into worthy contenders in the smartphone market. The search giant is now preparing to launch the Pixel 11 series in just a few months, and many Pixel fans are likely wondering what Google has in store for them this year. The next lineup of Google smartphones includes four devices: the Pixel 11, Pixel 11 Pro, Pixel 11 Pro XL, and Pixel 11 Pro Fold. This year, we don’t expect Google to bring revolutionary upgrades to its handsets, and the Pixel 11 series is likely to receive modest hardware improvements alongside a slew of AI-powered features. Here are the rumored specifications of the Google Pixel 11 series ahead of its official debut: When will the new Pixel phones be unveiled? The last two generations of Google Pixel phones (Pixel 9 series and Pixel 10 series) were launched in August, unlike the previous three generations that debuted in October. With that in mind, we expect Google to unveil the Pixel 11 series sometime in August 2026. The exact launch date has yet to be confirmed. Google Pixel 11 CAD renders - Image via AndroidHeadlines How much will the Pixel 11 series cost? Predicting the final price of upcoming smartphones has become increasingly difficult. As you may know, RAM and memory prices are rising sharply, leading to significant increases in the cost of consumer electronics. Recently, Apple CEO Tim Cook said that price increases for some future Apple products are unavoidable, suggesting that the iPhone 18 series could become more expensive. Google has remained tight-lipped about any potential price increases for the Pixel 11 series. If the company manages to maintain last year’s pricing structure, here’s what the lineup could cost: Pixel 11: $799 Pixel 11 Pro: $999 Pixel 11 Pro XL: $1,199 Pixel 11 Pro Fold: $1,799 Given current market conditions, it may be difficult for Google to avoid raising prices unless it adopts cost-saving measures, such as equipping the base model with 8GB of RAM. Google Pixel 11 series anticipated specs: We expect the Google Pixel 11 series to debut with a new Tensor G6 processor as well as an upgraded camera system. The overall design, however, is expected to remain largely unchanged across the lineup. Specifications Pixel 11 Pixel 11 Pro Pixel 11 Pro XL Pixel 11 Pro Fold Display 6.3-inch LTPO AMOLED / 120Hz refresh rate / up to 3100 nits of brightness 6.3-inch Super Actua LTPO OLED, 120Hz refresh rate, up to 3600 nits of brightness 6.8-inch Super Actua LTPO OLED, 120Hz refresh rate, up to 3600 nits of brightness 8-inch inner screen and 6.4-inch outer display, 120Hz refresh rate, up to 3600 nits of brightness RAM & Processor Tensor G6 / 8-12GB of RAM Tensor G6 / 12-16GB of RAM Tensor G6 / 12-16GB of RAM Tensor G6 / 16GB of RAM Storage options 128GB or 256GB 256GB, 512GB, 1TB 256GB, 512GB, 1TB 256GB, 512GB, 1TB Camera 50MP main sensor, 13MP ultra-wide, 10.8MP 5x telephoto, 10.5MP front camera 50MP main camera, 48MP ultra-wide, 48MP telephoto with 5x optical zoom, 42MP selfie camera 50MP main camera, 48MP ultra-wide, 48MP telephoto with 5x optical zoom, 42MP selfie camera 50MP main camera, 10.5MP ultra-wide camera, 10.8MP telephoto camera, 10MP front camera, 10MP inner camera Battery 4,840 mAh 4,707 mAh 5,000 mAh 4,658 mAh Software Android 17 Android 17 Android 17 Android 17 The Pixel 11 series won’t be a major departure from its predecessor, with Google instead focusing on subtle improvements and AI additions such as Gemini Intelligence. However, a patent filed by Google suggests the company is working on a removable battery for its smartphones, and we could see this feature make its way to the Pixel 11 Pro Fold. Given that nearly all smartphones today lack removable batteries, such a feature would be a welcome addition to future Pixel devices. That said, it may not arrive with this year’s lineup after all, and the final decision is yet to be made by Google. The Pixel 11 series could also face an uphill battle in the market. In the Android segment, Samsung is performing well with the Galaxy S26 series, while the Galaxy Z Fold 8 lineup is also expected to launch next month. On the other hand, Apple is preparing to unveil the iPhone 18 Pro and iPhone 18 Pro Max in September alongside its first foldable iPhone.
    • At least AMD is still taking Windows 10 seriously (after the oops) before it consumer extended support ends.
    • So size is the ONLY selling point????? People have been plugging in PC's to TV's in living rooms for 20+ years. I would take a bigger box for more peformance. Also lot and lots of SFF/Mini ITX build guides out there.
    • My point is, if you buying this instead of a console for TV purposes, that you need to understand that you will not be able to play the most popular MP games with Steam OS. Now if you are not into those games, and into some of the perputual alpha/beta games on Steam then this is an option. I would argue a gaming PC would be the better route, more expensive but take the 1k -1.4k you are about to spend on this thing and build a better one. Because it is running Linux you can overide its 1080p settings. However The Verge complained about its 1080p cap and how you would have to get around it at the CLI, so someone buying this instead of a PS5 or Xbox might have a challege on their hands.
    • A review of Synology's BeeCamera software for the BeeStation Plus by Christopher White Synology is leaning into the BeeStation and the BeeStation Plus, and it's easy to understand why. While power users will want something more customizable, the BeeStation and its more powerful sibling, the BeeStation Plus, are great for those who want a device they can simply plug in, click a few buttons, and have it work as their own personal cloud. Until recently, the device was mostly used for the storage of files, photos, and videos, and with the Plus model, you could install and stream media through Plex. Synology recently released a new free application for the BeeStation Plus called BeeCamera, which is basically a stripped-down version of Surveillance Station. First, let's get the confusing naming out of the way. While you might initially think that BeeCamera is a physical device, perhaps a camera that Synology created specifically for the BeeStation Plus, that would be incorrect. BeeCamera is simply the name for the application that runs on the NAS and on your mobile device. I think the marketing team missed the mark here, but it does fit the other naming on the device, like BeePhotos and BeeFiles, I guess. Camera Support As of right now, only Synology-branded cameras are supported, which many will see as a callback to the drive locking the company implemented and then backtracked on. That said, while I 100% disagree on drive locking, I agree that camera locking for a device made to simply plug and play is the right decision. The whole point of the BeeStation line is simplicity. There are currently three camera model lines available, a wireless device for indoor use, and two PoE models for external use. CC400W (Wi-Fi): Plug it into power using the included power adapter, and connect it to your wireless network. This camera is rated only for indoor use and is the one I was provided to review the BeeCamera. $198.36, in line with the Unifi G6 Compact. BC510 (PoE): A bullet-style camera. Connect it to an Ethernet cable that is providing Power over Ethernet (PoE). This camera is rated for both indoor and outdoor use. $240. TC510 (PoE): A dome-style camera. Connect it to an Ethernet cable that is providing Power over Ethernet (PoE). This camera is rated for both indoor and outdoor use. $240. Although this isn't a review of the actual Synology camera, I did want to note that a positive for the Synology CC400W is that it uses a magnetic base. This means you can mount it on any magnetic surface, which is pretty handy. However, a downside to the camera is that it's powered by a built-in USB cable that's about six and a half feet (two meters) long. This means that the cable will probably be either too long or too short, but more importantly, if the cable is damaged at all, you'll likely need to buy an entirely new camera because there doesn't appear to be a way to replace it, unlike many competitors, like the Unifi G6 Instant. Hopefully, this is something Synology addresses in a future revision of the hardware. The BeeStation Plus supports up to four cameras. Setup The setup of BeeCamera is, like everything in the BeeStation family, very straightforward. Simply make sure you're on at least version 1.5 of the BeeStation OS, and BeeCamera is automatically installed on the device. BeeCamera Setup Screenshots Setting up the CC400W was just as easy. Plug it in, open up the BeeCamera app, and follow the on-screen steps to add the camera. During this process, you'll configure the camera name and how many days of retention you want to keep. The system will also automatically update the firmware for you. The whole thing took only a couple of minutes, excluding the time it took for the camera to update the firmware. Once the camera is connected to the BeeStation Plus, you can manage the various camera settings within the app, although there aren't many to choose from. You're able to configure whether the microphone will record audio (some privacy laws may preclude you from recording it), select what codec to use (H.264 or H.265), configure the color and exposure of the camera, and determine what data you want to overlay onto the video. Finally, you can set up AI detections so that BeeCamera will alert you if it sees certain things. These are all of the common detections you would expect in a camera system, such as people, pets, and vehicles. Under people and vehicles, you can also add extra monitoring for lingering and congestion detection, although pets are currently in "Lab" and therefore have no extra features yet. Recording in 4K using H.265 for 30 days will take roughly 300 GB of storage, which is very reasonable for most regular households, as the BeeStation Plus has 8TB of native storage. If you want to set up detection zones, you can. These are areas that BeeCamera will look at for the various detections, and are helpful if, for example, there's a tree in your frame and you don't want to be notified each time the wind makes the branches move around in the frame. Finally, you can also schedule when the camera should and should not be recording, which is a very useful feature. For example, you may want to record only at night when you're sleeping, but not during the day when you're up and about the house, so you can easily shut the camera off between 8 am and 10 pm. Each hour of each day can be configured to record continuously, only upon a detection event, or disabled completely. You can't fine-tune to record at a specific time, though, only hourly blocks on the hour. Daily Use The best part of BeeCamera is that it's easy and just works. If you only care about being notified when things happen, the mobile app sends those notifications and lets you click the button to bring up the video and see what's going on. For example, when I went out of town and had the camera pointed at the cat tower in our hallway, it was nice to be able to drop in and check that my furry friends were doing okay without me. Initiating the remote connection to the BeeStation Plus through the app is very responsive, but this will heavily depend on your ISP. In my case, using Xfinity, I'm able to go from starting the app to seeing live video in roughly three seconds, which is about the same amount of time it takes to connect to my Unifi UNVR system that costs much more. If you want to see footage from a specific day and time, you can do so using the calendar icon. You can also scroll through the timeline, looking for detections that are labeled in blue (vs. the normal gray when there's nothing of interest). There are buttons that let you go to the last/next detection on the timeline, which is helpful if you missed the notification on your mobile device. That's where the ease of use stops, though. While you can download clips that are flagged by detection, there's apparently no way to select generic time frames you're interested in, and the only place to download is to your phone. In addition, sharing a video shares the actual video, not just a link back to your BeeStation Plus. While that's good from a security and privacy perspective, it's a little awkward for sharing large videos. Limitations While the ease of implementation is great, there are some things that are lacking from BeeCamera. The most obvious is that there is no way to view the footage on the desktop. You can log in to the BeeStation Plus to see how much storage BeeCamera is using, but unlike BeePhotos and BeeFiles, there is no BeeCamera on the web console to manage or view footage. This means you'll be viewing all of your security footage on your mobile device, which is pretty limiting. In addition, there's no way to download the video to your PC without first using your phone as the intermediary. The one exception to this is that you can use BeeFiles to see the raw MP4 files. They're saved in 5-minute increments, and it's just raw data with no detection information or any other way to identify what any of them are. The lack of a way to interact with BeeCamera on the desktop also makes configuration of the cameras more difficult. For example, trying to set up detection zones using a tiny screen and your finger to draw boxes is more cumbersome than it needs to be. This reinforces the idea that BeeCamera is not made for power users. It's also missing some of the more advanced functionality of Surveillance Station. For example, I couldn't find a way to say, "Alert me if the thing in this zone is no longer there." Another major deficiency with BeeCamera, and a feature I suspect may come out in the future, is that while it can detect generic people, there is no specific facial recognition yet. This is an interesting omission, given the fact that other Synology tools can detect specific individuals, and competitors such as Unifi Protect also do it. This is probably a software limitation, so we will have to wait and see if this feature is added in the future. Conclusion If you need a security guard to monitor surveillance cameras to make sure your property is secure, then BeeCamera is not the solution for you. That said, you probably wouldn't be using a BeeStation Plus as the brains behind the system either. BeeCamera (and BeeStation in general) is clearly aimed at households that want to avoid sending personal data to Google and Amazon, and now want to add some cameras to keep an eye on their home and their pets while they're away. BeeCamera excels at doing this. The target market isn't interested in creating cases, tying multiple views together in a single pane of glass, or the like, and for the intended use case, the system works great. Where it starts to fall apart a bit is with more advanced features. Not being able to use a desktop app is a major compromise in my opinion, and having to do all of the configuration on a mobile device is annoying, but not impossible. If you don't want to have a full-fledged NAS device in your home, but still want control over your data (or maybe want an easy way to backup your data for World Backup Day), and want to add a couple of cameras to keep an eye on your house and your pets, this is a great, cheap, and easy way to go, and I suspect more functionality will come over time. If Synology releases a desktop app or at least a way to configure cameras and view footage on a desktop browser, this would be a near-perfect solution for a general home user. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      476
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      104
    4. 4
      Michael Scrip
      88
    5. 5
      Steven P.
      70
  • Tell a friend

    Love Neowin? Tell a friend!