Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Online / Offline Status Notification System via push

    Scheduled Pinned Locked Moved Development
    103 Posts 7 Posters 53.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alexus
      last edited by

      I have barebone for what they ahave alredy! (
      Let me finish some parts and I will release clinet code)
      I have CP wotking on my cell :-P
      Content managmant is easy, ad managment is possible too (but sorry I pattented the ad managment :-P )
      I even can do way more what they have if some on will help me with dirty GUI work.

      The down side of they have (i thiink) is that they want to controll a hotspot in fill, they becomeing an ISP and if device is odd to be used by ISP lime ourselfs you are getting in to the conflict, who should have client info etc. The thing  wthat im integrating is simplified version of our internal and propriatary idea on hotspot managmant. It is designed that all the info and controll will be cept by the hotspot owner, we just have and interface to monitor whats going on at the moment (in fiture I might add ability to remotely controll)

      1 Reply Last reply Reply Quote 0
      • J
        jeroen234
        last edited by

        looking forward to test youre files on my soekris

        1 Reply Last reply Reply Quote 0
        • A
          alexus
          last edited by

          Ok, i got too much work till the end of the next week but I will try to fonish the first release ASAP, but not sure when… I can do it faster , w/o any server goodies, so that the device just populates the status on the server and you can view list of all devicess... no user accounts or stuff like that... thats what I have so far... I need to add user account and account managmant on the sever.. + configure te doman etc

          1 Reply Last reply Reply Quote 0
          • A
            alexus
            last edited by

            grep makes me crazy reading the file!!!! Why the thingy doesnt work?

            Im getting "World: not found"

            
            USERNAME=grep 'World' /usr/local/StatusNotifier/var/status_notifier_conf.php; 
            echo "Username: $USERNAME";
            
            

            And here is the content of the file:

            
            	$lrc_box_name = "";
            	$lrc_box_location = "Bk";
            	$lrc_box_comments = "Main Test Site on Wall";
            // Hello World this is a test of grep file serach 
            	?>
            
            

            Any Ideas why it doesnt work?

            1 Reply Last reply Reply Quote 0
            • S
              sullrich
              last edited by

              @alexus:

              grep makes me crazy reading the file!!!! Why the thingy doesnt work?

              Im getting "World: not found"

              
              USERNAME=grep 'World' /usr/local/StatusNotifier/var/status_notifier_conf.php; 
              echo "Username: $USERNAME";
              
              

              And here is the content of the file:

              
              	$lrc_box_name = "";
              	$lrc_box_location = "Bk";
              	$lrc_box_comments = "Main Test Site on Wall";
              // Hello World this is a test of grep file serach 
              	?>
              
              

              Any Ideas why it doesnt work?

              Try

              
              USERNAME=`grep World /usr/local/StatusNotifier/var/status_notifier_conf.php`
              
              
              1 Reply Last reply Reply Quote 0
              • A
                alexus
                last edited by

                yay, it did work! Tnx
                I guess BSD treats quotations diferently from Linux too

                1 Reply Last reply Reply Quote 0
                • A
                  alexus
                  last edited by

                  One more question:
                  How can I strip begining and ending character of the string?
                  Like I have username variable shrown as "username" (quotes are shown) and I want to strip out quotes

                  1 Reply Last reply Reply Quote 0
                  • S
                    sullrich
                    last edited by

                    echo "'username'" | cut -d"'" -f2

                    or

                    echo '"username"' | cut -d'"' -f2

                    1 Reply Last reply Reply Quote 0
                    • A
                      alexus
                      last edited by

                      other qute sign but I got the idea! thanks!
                      now I have support of usernames in my script  :D

                      1 Reply Last reply Reply Quote 0
                      • S
                        sullrich
                        last edited by

                        @alexus:

                        other qute sign but I got the idea! thanks!
                        now I have support of usernames in my script  :D

                        Refresh

                        1 Reply Last reply Reply Quote 0
                        • A
                          alexus
                          last edited by

                          Refresh? what are u talking about?

                          1 Reply Last reply Reply Quote 0
                          • S
                            sullrich
                            last edited by

                            I modified my original post after you had already saw it.

                            1 Reply Last reply Reply Quote 0
                            • A
                              alexus
                              last edited by

                              lol yea, I look at it right away, almost all of the time :-P

                              1 Reply Last reply Reply Quote 0
                              • A
                                alexus
                                last edited by

                                Ok client side 100% Done, DNS-100%, Server Side  30%..
                                Im fealing lazy doing server side now, espesially login thingy, etc…  thatt might slow me down for some time

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sullrich
                                  last edited by

                                  You are on a roll.  Don't slow down ;)

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    alexus
                                    last edited by

                                    I hate doing things that everty one else can do, thats like dirty work lol

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      sullrich
                                      last edited by

                                      Part of the job description.

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        alexus
                                        last edited by

                                        not mine job description, aperantly im admin (not sysadmin) and not a programmer at all :-P

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          sullrich
                                          last edited by

                                          It became a part of your job description when you decided to become a programmer…

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            alexus
                                            last edited by

                                            me rogrammer? no way. I'm not a programmer :-P

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.